remove phpinfo

This commit is contained in:
zebardy 2019-11-17 22:27:48 +00:00
parent 962c6e9eea
commit 75367598ea

View File

@ -80,7 +80,7 @@ $app = new \Slim\App($appContainer);
#fwrite($fp, "!!!".print_r(opcache_get_status(),True)."\n");
#fclose($fp);
phpinfo();
#phpinfo();
// Load routes from separate file
require_once __DIR__ . '/routes.php';