index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
php
/
opcache
/
preload
/
chdir.php
blob: ad75e6ad5f04142677b8d3b45cfa49b75cad70cc (
plain
) (
blame
)
1
2
3
4
5
6
7
<?
php
chdir
(
realpath
(
__DIR__
.
'/..'
));
opcache_compile_file
(
'index.php'
);
?>