]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_notices_rendered.php
Fix incorrect UI message. Spotted by Nike.
[quix0rs-gnu-social.git] / scripts / fixup_notices_rendered.php
index 359cd6cce46570d06b1e3f458326a80787443cdc..cfbdc7479bbb603505e19d19b2f7eb887c2ecc56 100755 (executable)
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-# Abort if called from a web server
+// Abort if called from a web server
 if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
     print "This script must be run from the command line\n";
     exit();