Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > dd303ffb8df33ef17637293ee5fa68ce > files > 1

nulog-1.2.14-4mdv2009.0.src.rpm

Index: table_choice.php
===================================================================
--- table_choice.php
+++ table_choice.php	2008-01-05 14:43:49.000000000 +0100
@@ -25,7 +25,7 @@
 
 $suffix=$_GET['suffix'];
 
-require("include/config.php");
+require("/etc/nulog/config.php");
 if (preg_match('/^[a-zA-Z0-9._]+$/',$suffix) or (strlen($suffix)==0)){
   $_SESSION['machine_suffix']=preg_replace("/${table_basename}/","",$suffix);
 }
Index: include/config.template.php
===================================================================
--- include/config.template.php
+++ include/config.template.php	2008-01-05 14:43:00.000000000 +0100
@@ -26,7 +26,7 @@
 # Nuface link:
 # Uncomment this to have a link to the acl in nuface
 # $nuface_link=1;
-# $nuface_url="https://fydelkass.inl.fr/nuface/acls.php";
+# $nuface_url="https://localhost/nuface/acls.php";
 # Set to 1 if Netfilter ruleset only log drop
 # This will display packets logged by Netfiler as drop.
 $netfilter_log_drop=1;
@@ -77,7 +77,7 @@
 
 
 #The base URL of the site
-$url_base="http://my.edenwall.com/nulog/";
+$url_base="http://localhost/nulog/";
 
 # Set the name of the computer
 $machine="EdenWall";
Index: include/require.inc
===================================================================
--- include/require.inc
+++ include/require.inc	2008-01-05 14:43:26.000000000 +0100
@@ -10,7 +10,7 @@
         exit;
 }
 
-require("include/config.php");
+require("/etc/nulog/config.php");
 
 function getmicrotime(){
     list($usec, $sec) = explode(" ",microtime());