6 lines
No EOL
134 B
PHP
Executable file
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"); |