8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
|
|
chdir(realpath(__DIR__ . '/..'));
|
|
|
|
opcache_compile_file('index.php');
|
|
|
|
?>
|