logo       

cvs: pecl /apc apcgui.php: msg#00146

php.pecl.cvs

Subject: cvs: pecl /apc apcgui.php

iliaa Fri Jul 22 14:47:36 2005 EDT

Modified files:
/pecl/apc apcgui.php
Log:
More typo corrections.


http://cvs.php.net/diff.php/pecl/apc/apcgui.php?r1=3.10&r2=3.11&ty=u
Index: pecl/apc/apcgui.php
diff -u pecl/apc/apcgui.php:3.10 pecl/apc/apcgui.php:3.11
--- pecl/apc/apcgui.php:3.10 Fri Jul 22 14:45:34 2005
+++ pecl/apc/apcgui.php Fri Jul 22 14:47:36 2005
@@ -1,5 +1,5 @@
<?php
-$VERSION='$Id: apcgui.php,v 3.10 2005/07/22 18:45:34 iliaa Exp $';
+$VERSION='$Id: apcgui.php,v 3.11 2005/07/22 18:47:36 iliaa Exp $';

$SKIN='pecl'; // ('pecl' or 'classic')
$admin_password = 'password'; // Change this to enable the Clear Cache Command
@@ -201,7 +201,7 @@

$cache=apc_cache_info();

-if(!admin_password || $admin_password=='password')
+if(!$admin_password || $admin_password=='password')
$sure_msg = "You need to set a password at the top of apcgui.php before
this will work";
else
$sure_msg = "Are you sure?";



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise