crytoteam/public_html/index.php

6 lines
84 B
PHP
Raw Normal View History

2012-08-01 17:33:26 +02:00
<?php
$_CPHP = true;
$_CPHP_CONFIG = "../config.json";
2012-08-01 17:33:26 +02:00
require("cphp/base.php");
?>