diff options
Diffstat (limited to 'classes/Config.php')
-rw-r--r-- | classes/Config.php | 4 |
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 |