1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Frontend scripts tests. (may break some things)

This commit is contained in:
Cameron
2021-01-19 18:52:56 -08:00
parent ce1273f8a4
commit b19f9ffbc3
41 changed files with 312 additions and 395 deletions

View File

@@ -4,8 +4,10 @@ if (!defined('e107_INIT'))
{
require_once("class2.php");
}
define('e_IFRAME', true);
if(!defined('e_IFRAME'))
{
define('e_IFRAME', true);
}
require_once(HEADERF);
class e_unsubscribe
@@ -139,10 +141,7 @@ class e_unsubscribe
new e_unsubscribe;
require_once(FOOTERF);
exit;