Sfoglia il codice sorgente

autoload: include functions.php

Andrew Dolgov 11 anni fa
parent
commit
48c1d0c71b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      include/autoload.php

+ 2 - 0
include/autoload.php

@@ -1,4 +1,6 @@
 <?php
+	require_once "functions.php";
+
 	function __autoload($class) {
 		$class_file = str_replace("_", "/", strtolower(basename($class)));