Update of /cvsroot/phpweather/phpweather/config
In directory sc8-pr-cvs1:/tmp/cvs-serv7461/config
Modified Files:
make_config.php pw_validator_ereg.php pw_validator_range.php
Log Message:
Updated copyright statements a bit, and reworded some paragraphs.
Fixed the last couple of short open tags that were still
hiding... Thanks goes to Andrew Simpson (andrewsimpson) for reporting
this.
Index: make_config.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/make_config.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- make_config.php 28 Dec 2002 14:15:47 -0000 1.8
+++ make_config.php 20 Apr 2003 13:12:43 -0000 1.9
@@ -453,7 +453,7 @@
options might appear. Continue to change the options until they all
say <span style="color: green">Input accepted.</span></p>
-<form action="<? echo $HTTP_SERVER_VARS['PHP_SELF'] . '?' . SID ?>" method="post">
+<form action="<?php echo $HTTP_SERVER_VARS['PHP_SELF'] . '?' . SID ?>" method="post">
<p>You can <input type="submit" name="download"
value="Download the Configuration" /> or <input type="reset"
Index: pw_validator_ereg.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/pw_validator_ereg.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- pw_validator_ereg.php 13 Apr 2002 13:12:29 -0000 1.3
+++ pw_validator_ereg.php 20 Apr 2003 13:12:43 -0000 1.4
@@ -1,4 +1,4 @@
-<?
+<?php
/**
* Validates input against a regular expression.
*
Index: pw_validator_range.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/pw_validator_range.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- pw_validator_range.php 13 Apr 2002 13:12:29 -0000 1.4
+++ pw_validator_range.php 20 Apr 2003 13:12:43 -0000 1.5
@@ -1,4 +1,4 @@
-<?
+<?php
/**
* Validates an integer.
*
|