cvs: docweb /scripts checkent.php
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1106351557@cvsserver> |
sean Fri Jan 21 18:52:37 2005 EDT
Modified files:
/docweb/scripts checkent.php
Log:
php -l is my friend (sorry)
http://cvs.php.net/diff.php/docweb/scripts/checkent.php?r1=1.10&r2=1.11&ty=u
Index: docweb/scripts/checkent.php
diff -u docweb/scripts/checkent.php:1.10 docweb/scripts/checkent.php:1.11
--- docweb/scripts/checkent.php:1.10 Fri Jan 21 18:51:58 2005
+++ docweb/scripts/checkent.php Fri Jan 21 18:52:37 2005
@@ -18,7 +18,7 @@
* | Docweb port: Nuno Lopes <[email protected]> |
* | Mehdi Achour <[email protected]> |
* +----------------------------------------------------------------------+
- * $Id: checkent.php,v 1.10 2005/01/21 23:51:58 sean Exp $
+ * $Id: checkent.php,v 1.11 2005/01/21 23:52:37 sean Exp $
*/
set_time_limit(0);
@@ -58,7 +58,7 @@
// constants for errors
define('UNKNOWN_HOST', 1);
-define('FTP_CONNECT', 2;
+define('FTP_CONNECT', 2);
define('FTP_LOGIN', 3);
define('FTP_NO_FILE', 4);
define('HTTP_CONNECT', 5);