summaryrefslogtreecommitdiff
path: root/classes/Config.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-15 21:12:44 -0400
committerEvan Prodromou <evan@status.net>2009-09-15 21:12:44 -0400
commit46ece1178ce87697e95e5c90daafced142486e56 (patch)
treec8e27c1329d9cefc5a1947151de9fcfef58182f3 /classes/Config.php
parent13147143fc830e81b80ae86bf4cc4f745ce04381 (diff)
check correct define (not backwards compatible)
Diffstat (limited to 'classes/Config.php')
-rw-r--r--classes/Config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index 5bec13fdc..92f237d7f 100644
--- a/classes/Config.php
+++ b/classes/Config.php
@@ -17,7 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-if (!defined('LACONICA')) { exit(1); }
+if (!defined('STATUSNET')) {
+ exit(1);
+}
/**
* Table Definition for config