]> 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 9e707dab0cca1769780f3e2a9f45e4301281d062..cfbdc7479bbb603505e19d19b2f7eb887c2ecc56 100755 (executable)
  * 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();
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');