]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_hashtags.php
Merge branch '1.0.x' into 1.1.x
[quix0rs-gnu-social.git] / scripts / fixup_hashtags.php
index 5cfebd8ee8a7bd908f8d21339268a1baa8a8c0ec..87bbecfb44ed57fbcfa21b4d9d4203fd39048efa 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();