cvs: SVNROOT / commit-email.php
[email protected] ("Gwynne Raskind")
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1228767317@cvsserver> |
gwynne Mon Dec 8 20:15:17 2008 UTC
Modified files:
/SVNROOT commit-email.php
Log:
add shebang line to commit-email.php
http://cvs.php.net/viewvc.cgi/SVNROOT/commit-email.php?r1=1.1&r2=1.2&diff_format=u
Index: SVNROOT/commit-email.php
diff -u SVNROOT/commit-email.php:1.1 SVNROOT/commit-email.php:1.2
--- SVNROOT/commit-email.php:1.1 Mon Nov 10 21:19:10 2008
+++ SVNROOT/commit-email.php Mon Dec 8 20:15:17 2008
@@ -1,3 +1,4 @@
+#!/usr/local/bin/php
<?php
// -----------------------------------------------------------------------------------------------------------------------------
@@ -7,7 +8,7 @@
// -----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.1 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.2 $', strlen('$Revision: '), -2);
$email_to = array('[email protected]');
$smtp_server = '127.0.0.1';