This website requires JavaScript.
Explore
Help
Sign In
joepie91
/
crytoteam
Watch
1
Star
0
Fork
You've already forked crytoteam
0
Code
Issues
Pull requests
Releases
Wiki
Activity
a348557e7c
crytoteam
/
public_html
/
index.php
6 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Add CPHP bootstrap
2012-08-01 17:33:26 +02:00
<
?
php
$_CPHP
=
true
;
Move configuration to a configuration file
2012-08-02 01:27:59 +02:00
$_CPHP_CONFIG
=
"
../config.json
"
;
Add CPHP bootstrap
2012-08-01 17:33:26 +02:00
require
(
"
cphp/base.php
"
);
?>
Reference in a new issue
Copy permalink