1 |
--- apc.php 2012-09-03 18:52:51.000000000 +0200 |
2 |
+++ apc.php.oden 2013-01-10 15:54:33.066479179 +0100 |
3 |
@@ -25,7 +25,7 @@ |
4 |
$VERSION='$Id: apc.php 325483 2012-05-01 00:34:04Z rasmus $'; |
5 |
|
6 |
////////// READ OPTIONAL CONFIGURATION FILE //////////// |
7 |
-if (file_exists("apc.conf.php")) include("apc.conf.php"); |
8 |
+if (file_exists("/etc/php-apc/config.php")) include("/etc/php-apc/config.php"); |
9 |
//////////////////////////////////////////////////////// |
10 |
|
11 |
////////// BEGIN OF DEFAULT CONFIG AREA /////////////////////////////////////////////////////////// |