Procházet zdrojové kódy

Added SITE_ROOT definition to test config because pQuery requires it now.

Taddeus Kroes před 13 roky
rodič
revize
02493efa95
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      tests/config.php

+ 2 - 0
tests/config.php

@@ -16,6 +16,8 @@ define('PQUERY_DEBUG', true);
  */
 define('PQUERY_ROOT', 'D:/xampp/htdocs/pquery/');
 
+define('SITE_ROOT', 'D:/xampp/htdocs/pquery/');
+
 include_once PQUERY_ROOT.'pquery.php';
 
 ?>