--- optimize_database-1.0.0.php.asc	Sun Aug 13 05:20:08 2000
+++ ../optimize_database-1.0.0a.php.asc	Sun Dec 31 21:33:12 2000
@@ -1,8 +1,9 @@
+#!/usr/local/bin/php -q
 <?php
 
     /** 
-    MySQL Database Optimizer 1.0.0: Optimizes all tables of a given 
-                                    MySQL database.
+    MySQL Database Optimizer 1.0.0a: Optimizes all tables of a given 
+                                     MySQL database.
     Copyright (C) 2000  Jeremy Brand 
                         email: jeremy@nirvani.net
                         web: http://www.nirvani.net/jeremy/
@@ -20,6 +21,13 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+    ChangeLog:
+      1.0.0 -> 1.0.0a (2000-12-31)
+        - Added #!/usr/local/bin/php -q to denote that this program
+          was intented to run as a standalone script as opposed to 
+          being parsed and ran through a web server.
+
     **/
 
     /**
