diff options
Diffstat (limited to 'classes')
-rw-r--r--[-rwxr-xr-x] | classes/Config.php | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | classes/Deleted_notice.php | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | classes/statusnet.ini | 0 |
3 files changed, 6 insertions, 2 deletions
diff --git a/classes/Config.php b/classes/Config.php index 5bec13fdc..92f237d7f 100755..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 diff --git a/classes/Deleted_notice.php b/classes/Deleted_notice.php index 474d0b6f4..64dc85da6 100755..100644 --- a/classes/Deleted_notice.php +++ b/classes/Deleted_notice.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 notice diff --git a/classes/statusnet.ini b/classes/statusnet.ini index 453981cd6..453981cd6 100755..100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini |