]> git.mxchange.org Git - ctracker.git/blobdiff - ctracker.php
Added MySQL internal-use-only function
[ctracker.git] / ctracker.php
index 93e7de2bd5b03f83a3693c2b89ea7075d1a1c819..62adbd1a9b8c6b259c6d2cbaad223723019744cf 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 /**
- * Cracker Tracker Protection System - Enhanced Edition
+ * Cracker Tracker Protection System - Extended Edition
  * Initially created by Christian Knerr - www.cback.de
- * Enhanced by: Roland Haeder - www.ship-simu.org
+ *
+ * Extended by: Roland Haeder - www.ship-simu.org
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            3.0.0
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
+// XDEBUG call
+//* DEBUG: */ xdebug_start_trace();
+
 // Include files
-include('config/db_config.php');
-include('libs/lib_general.php');
-include('libs/lib_detector.php');
-include('libs/lib_connect.php');
-include('libs/lib_updates.php');
+require('config/db_config.php');
+require('libs/lib_general.php');
+require('libs/lib_detector.php');
+require('libs/lib_connect.php');
+require('libs/lib_updates.php');
 
 // Init
 initCrackerTrackerArrays();