[pLog-svn] r5269 - plog/branches/lifetype-1.2

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Apr 3 16:01:08 EDT 2007


Author: mark
Date: 2007-04-03 16:01:08 -0400 (Tue, 03 Apr 2007)
New Revision: 5269

Modified:
   plog/branches/lifetype-1.2/runtests.php
Log:
Change wordings for more clear description.

Modified: plog/branches/lifetype-1.2/runtests.php
===================================================================
--- plog/branches/lifetype-1.2/runtests.php	2007-04-03 19:59:47 UTC (rev 5268)
+++ plog/branches/lifetype-1.2/runtests.php	2007-04-03 20:01:08 UTC (rev 5269)
@@ -1,11 +1,11 @@
 <?php
 
-    define("DISABLE_TESTS", true);
+    define("ENABLE_TESTS", false);
 
 	define( "INCLUDE_PLUGIN_TESTS", true );
 
-    if(defined("DISABLE_TESTS")){
-        print "You must enable tests at the top of runtests, since it could represent a security risk";
+    if(!ENABLE_TESTS){
+        print "You must change <b>define(\"ENABLE_TESTS\", <font color=\"blue\">false</font>)</b> to <b>define(\"ENABLE_TESTS\", <font color=\"red\">true</font>)</b> at the top of runtests.php to enable the test runner, since it could represent a security risk.";
         die;
     }
 



More information about the pLog-svn mailing list