mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 05:36:15 +02:00
remove phpinfo
This commit is contained in:
parent
962c6e9eea
commit
75367598ea
2
app.php
2
app.php
|
|
@ -80,7 +80,7 @@ $app = new \Slim\App($appContainer);
|
||||||
#fwrite($fp, "!!!".print_r(opcache_get_status(),True)."\n");
|
#fwrite($fp, "!!!".print_r(opcache_get_status(),True)."\n");
|
||||||
#fclose($fp);
|
#fclose($fp);
|
||||||
|
|
||||||
phpinfo();
|
#phpinfo();
|
||||||
|
|
||||||
// Load routes from separate file
|
// Load routes from separate file
|
||||||
require_once __DIR__ . '/routes.php';
|
require_once __DIR__ . '/routes.php';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user