gophor-php/root/cgi-bin/index.php
2020-05-18 17:52:02 +02:00

6 lines
No EOL
134 B
PHP
Executable file

#!/usr/bin/env php-cgi
<?php
ini_set('error_log', __DIR__ . '/../../logs/php-error.log');
include(__DIR__ . "/../../src/index.php");