1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Added simple e_url.php example.

This commit is contained in:
Cameron
2015-01-23 15:26:23 -08:00
parent a2af913640
commit a74a4bace3
3 changed files with 40 additions and 3 deletions

View File

@@ -14,9 +14,10 @@
* $Author$
*/
// SUBJECT OF REMOVAL
require_once ("../../class2.php");
if (!defined('e107_INIT'))
{
require_once("../../class2.php");
}
if(file_exists(e_PLUGIN."faqs/controllers/list.php"))
{