diff options
Diffstat (limited to 'actions/sup.php')
-rw-r--r-- | actions/sup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/sup.php b/actions/sup.php index 46fdc1857..b635de194 100644 --- a/actions/sup.php +++ b/actions/sup.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { exit(1); } class SupAction extends Action { |