Skip to content

Commit

Permalink
Finalize work on #2 and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Feb 15, 2021
1 parent 640ae67 commit 1cd4bcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ protected function checkPage()

protected function reportPage()
{
return; // remove later
/*
if(e107::getPlugPref('sfs', 'sfs_apikey') == "")
{
e107::getMessage()->addError(LAN_SFS_NOAPIKEY);
Expand All @@ -290,7 +292,7 @@ protected function reportPage()
// TODO - https://www.stopforumspam.com/usage
e107::getMessage()->addWarning("Not functional yet.");
$this->redirect('list');
return;
return; */
}


Expand Down

0 comments on commit 1cd4bcd

Please sign in to comment.