Testing diff

Diff code posted
created at 27 Jan 03:56

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- docroot/local-settings-template.php 2010-01-04 13:52:08.703078781 -0800
+++ docroot/local-settings.php  2010-01-25 16:34:42.744591628 -0800
@@ -17,7 +17,7 @@
 ini_set ('log_errors', 1);
 ini_set ('php_value memory_limit', -1);
 ini_set ('upload_tmp_dir', APPROOT.'tmp/');
-ini_set ('include_path', ini_get('include_path').PATH_SEPARATOR.'/www');
-
+ini_set ('include_path', ini_get('include_path').PATH_SEPARATOR.'/home/user/public_html/project-includes');
+ 
 if(class_exists('MODULE'))
-       MODULE::addRepository('GLOBAL', '/www/phpinc');
\ No newline at end of file
+       MODULE::addRepository('GLOBAL', '/home/user/public_html/project-includes/phpinc');
679 Bytes in 2 ms with coderay