mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
remove additional fopen
This commit is contained in:
parent
86c577c7c0
commit
a783f90425
2
app.php
2
app.php
|
|
@ -106,7 +106,7 @@ $app = new \Slim\App($appContainer);
|
|||
// Load routes from separate file
|
||||
require_once __DIR__ . '/routes.php';
|
||||
|
||||
$fp = fopen('/config/data/sql.log', 'a');
|
||||
#$fp = fopen('/config/data/sql.log', 'a');
|
||||
fwrite($fp, "!!!App starting run\n");
|
||||
$run_time_start = microtime(true);
|
||||
$app->run();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user