This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
https://github.com/aaronpk/XRay
86
Commits
2
Branches
139 MiB
Tree:
876d4696fb
XRay
/
config.template.php
5 lines
101 B
Raw
Normal View
History
empty project template
9 years ago
add config option to enable caching
9 years ago
empty project template
9 years ago
<
?
php
class
Config
{
public
static
$base
=
'http://example.com'
;
public
static
$cache
=
false
;
}