mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16: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
|
// Load routes from separate file
|
||||||
require_once __DIR__ . '/routes.php';
|
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");
|
fwrite($fp, "!!!App starting run\n");
|
||||||
$run_time_start = microtime(true);
|
$run_time_start = microtime(true);
|
||||||
$app->run();
|
$app->run();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user