check correct define (not backwards compatible)

This commit is contained in:
Evan Prodromou 2009-09-15 21:12:44 -04:00
parent 13147143fc
commit 46ece1178c
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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