This website requires JavaScript.
Explore
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
You've already forked xcache
0
Code
Releases
Activity
0681d0f52d
xcache
/
htdocs
/
cacher
/
common.php
8 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
refactor: move htdocs, bin, lib for easier installation git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1054 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 07:18:38 +00:00
<
?
php
require_once
"
../common/common.php
"
;
refactor: move lang files to sub folder git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1099 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-01 06:47:18 +00:00
include
get_language_file
(
"
./lang
"
);
$module
=
"
cacher
"
;