]> git.pld-linux.org Git - packages/cacti-template-apache.git/blame - fixes.patch
- release 3
[packages/cacti-template-apache.git] / fixes.patch
CommitLineData
64b7dc0a
ER
1--- cacti-template-apache-0.6/ss_apache_stats.php~ 2006-12-13 08:02:48.000000000 +0200
2+++ cacti-template-apache-0.6/ss_apache_stats.php 2011-01-09 22:01:52.718817316 +0200
3@@ -1,3 +1,4 @@
4+#!/usr/bin/php
5 <?php
6 /*
7 ApacheStats 0.6?
8@@ -26,7 +27,6 @@
9 error_reporting(E_ERROR);
10
11 include_once(dirname(__FILE__) . "/../include/config.php");
12-include_once(dirname(__FILE__) . "/../lib/snmp.php");
13
14 if (!isset($called_by_script_server)) {
15 array_shift($_SERVER["argv"]);
16@@ -103,5 +103,3 @@
17 return trim(str_replace(array("\r","\n"),'', $output));
18
19 }//end ss_apache_stats function
20-
21-?>
This page took 0.074775 seconds and 4 git commands to generate.