aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/phpweathermap/files/patch-editor.php
blob: c69e810743a6d36725f6e048c2dc02c6a0b2e9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- editor.php.orig	2011-01-06 16:39:40.000000000 +0800
+++ editor.php	2011-01-07 21:38:39.000000000 +0800
@@ -1,10 +1,10 @@
 <?php
 	
 require_once 'editor.inc.php';
-require_once 'Weathermap.class.php';
+require_once '%%DATADIR%%/Weathermap.class.php';
 
 // so that you can't have the editor active, and not know about it.
-$ENABLED=false;
+$ENABLED=true;
 
 if(! $ENABLED)
 {
@@ -17,7 +17,7 @@
 $mapdir='configs';
 $cacti_base = '../../';
 $cacti_url = '/';
-$ignore_cacti=FALSE;
+$ignore_cacti=true;
 $configerror = '';
 
 $config_loaded = @include_once 'editor-config.php';