1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Initial work on Download SEF Urls

This commit is contained in:
Cameron
2013-12-24 02:33:14 -08:00
parent 2e7232aa9a
commit 86be4773f4
7 changed files with 308 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
<?php
require_once("../../class2.php");
if (!defined('e107_INIT'))
{
require_once("../../class2.php");
}
include_lan(e_PLUGIN."download/languages/".e_LANGUAGE."/download.php");
$log = e107::getAdminLog();