diff --git a/acp/index.php b/acp/index.php index 4b47e7b..3355840 100644 --- a/acp/index.php +++ b/acp/index.php @@ -1,51 +1,51 @@ connect('127.0.0.1', 11211) or exit('Ошибка подключения Memcache'); +$mcache = new Memcache; +$mcache->connect('127.0.0.1', 11211) or exit('Ошибка подключения Memcache'); - // Composer - if (!file_exists(ROOT.'vendor/autoload.php')) { - die('Please install composer and run composer install'); - } - require(ROOT.'vendor/autoload.php'); +// Composer +if (!file_exists(ROOT.'vendor/autoload.php')) { + die('Please install composer and run composer install'); +} +require(ROOT.'vendor/autoload.php'); - // Настройки - include(DATA.'config.php'); - include(DATA.'mysql.php'); - include(DATA.'params.php'); - include(DATA.'acpengine.php'); +// Настройки +include(DATA.'config.php'); +include(DATA.'mysql.php'); +include(DATA.'params.php'); +include(DATA.'acpengine.php'); - // Библиотеки - include(LIB.'sql.php'); - include(LIB.'html.php'); - include(LIB.'acpsystem.php'); +// Библиотеки +include(LIB.'sql.php'); +include(LIB.'html.php'); +include(LIB.'acpsystem.php'); - $uip = sys::ip(); +$uip = sys::ip(); - // Распределитель - include(ACP.'distributor.php'); +// Распределитель +include(ACP.'distributor.php'); - // Выхлоп - echo $html->arr['all']; +// Выхлоп +echo $html->arr['all']; ?> \ No newline at end of file diff --git a/system/acp/distributor.php b/acp/system/distributor.php similarity index 100% rename from system/acp/distributor.php rename to acp/system/distributor.php diff --git a/system/acp/engine/addons.php b/acp/system/engine/addons.php similarity index 100% rename from system/acp/engine/addons.php rename to acp/system/engine/addons.php diff --git a/system/acp/engine/boost.php b/acp/system/engine/boost.php similarity index 100% rename from system/acp/engine/boost.php rename to acp/system/engine/boost.php diff --git a/system/acp/engine/cashback.php b/acp/system/engine/cashback.php similarity index 100% rename from system/acp/engine/cashback.php rename to acp/system/engine/cashback.php diff --git a/system/acp/engine/control.php b/acp/system/engine/control.php similarity index 100% rename from system/acp/engine/control.php rename to acp/system/engine/control.php diff --git a/system/acp/engine/hosting.php b/acp/system/engine/hosting.php similarity index 100% rename from system/acp/engine/hosting.php rename to acp/system/engine/hosting.php diff --git a/system/acp/engine/index.php b/acp/system/engine/index.php similarity index 100% rename from system/acp/engine/index.php rename to acp/system/engine/index.php diff --git a/system/acp/engine/jobs.php b/acp/system/engine/jobs.php similarity index 100% rename from system/acp/engine/jobs.php rename to acp/system/engine/jobs.php diff --git a/system/acp/engine/letter.php b/acp/system/engine/letter.php similarity index 100% rename from system/acp/engine/letter.php rename to acp/system/engine/letter.php diff --git a/system/acp/engine/logs.php b/acp/system/engine/logs.php similarity index 100% rename from system/acp/engine/logs.php rename to acp/system/engine/logs.php diff --git a/system/acp/engine/news.php b/acp/system/engine/news.php similarity index 100% rename from system/acp/engine/news.php rename to acp/system/engine/news.php diff --git a/system/acp/engine/notice.php b/acp/system/engine/notice.php similarity index 100% rename from system/acp/engine/notice.php rename to acp/system/engine/notice.php diff --git a/system/acp/engine/pages.php b/acp/system/engine/pages.php similarity index 100% rename from system/acp/engine/pages.php rename to acp/system/engine/pages.php diff --git a/system/acp/engine/plugins.php b/acp/system/engine/plugins.php similarity index 100% rename from system/acp/engine/plugins.php rename to acp/system/engine/plugins.php diff --git a/system/acp/engine/promo.php b/acp/system/engine/promo.php similarity index 100% rename from system/acp/engine/promo.php rename to acp/system/engine/promo.php diff --git a/system/acp/engine/servers.php b/acp/system/engine/servers.php similarity index 100% rename from system/acp/engine/servers.php rename to acp/system/engine/servers.php diff --git a/system/acp/engine/system.php b/acp/system/engine/system.php similarity index 100% rename from system/acp/engine/system.php rename to acp/system/engine/system.php diff --git a/system/acp/engine/tarifs.php b/acp/system/engine/tarifs.php similarity index 100% rename from system/acp/engine/tarifs.php rename to acp/system/engine/tarifs.php diff --git a/system/acp/engine/units.php b/acp/system/engine/units.php similarity index 100% rename from system/acp/engine/units.php rename to acp/system/engine/units.php diff --git a/system/acp/engine/users.php b/acp/system/engine/users.php similarity index 100% rename from system/acp/engine/users.php rename to acp/system/engine/users.php diff --git a/system/acp/engine/web.php b/acp/system/engine/web.php similarity index 100% rename from system/acp/engine/web.php rename to acp/system/engine/web.php diff --git a/system/acp/engine/wiki.php b/acp/system/engine/wiki.php similarity index 100% rename from system/acp/engine/wiki.php rename to acp/system/engine/wiki.php diff --git a/system/acp/sections/addons/addcat.php b/acp/system/sections/addons/addcat.php similarity index 100% rename from system/acp/sections/addons/addcat.php rename to acp/system/sections/addons/addcat.php diff --git a/system/acp/sections/addons/addpl.php b/acp/system/sections/addons/addpl.php similarity index 100% rename from system/acp/sections/addons/addpl.php rename to acp/system/sections/addons/addpl.php diff --git a/system/acp/sections/addons/cats.php b/acp/system/sections/addons/cats.php similarity index 100% rename from system/acp/sections/addons/cats.php rename to acp/system/sections/addons/cats.php diff --git a/system/acp/sections/addons/delete.php b/acp/system/sections/addons/delete.php similarity index 100% rename from system/acp/sections/addons/delete.php rename to acp/system/sections/addons/delete.php diff --git a/system/acp/sections/addons/index.php b/acp/system/sections/addons/index.php similarity index 100% rename from system/acp/sections/addons/index.php rename to acp/system/sections/addons/index.php diff --git a/system/acp/sections/addons/plugin.php b/acp/system/sections/addons/plugin.php similarity index 100% rename from system/acp/sections/addons/plugin.php rename to acp/system/sections/addons/plugin.php diff --git a/system/acp/sections/addons/search.php b/acp/system/sections/addons/search.php similarity index 100% rename from system/acp/sections/addons/search.php rename to acp/system/sections/addons/search.php diff --git a/system/acp/sections/addons/update.php b/acp/system/sections/addons/update.php similarity index 100% rename from system/acp/sections/addons/update.php rename to acp/system/sections/addons/update.php diff --git a/system/acp/sections/addons/updmp.php b/acp/system/sections/addons/updmp.php similarity index 100% rename from system/acp/sections/addons/updmp.php rename to acp/system/sections/addons/updmp.php diff --git a/system/acp/sections/boost/index.php b/acp/system/sections/boost/index.php similarity index 100% rename from system/acp/sections/boost/index.php rename to acp/system/sections/boost/index.php diff --git a/system/acp/sections/boost/search.php b/acp/system/sections/boost/search.php similarity index 100% rename from system/acp/sections/boost/search.php rename to acp/system/sections/boost/search.php diff --git a/system/acp/sections/boost/service.php b/acp/system/sections/boost/service.php similarity index 100% rename from system/acp/sections/boost/service.php rename to acp/system/sections/boost/service.php diff --git a/system/acp/sections/control/delete.php b/acp/system/sections/control/delete.php similarity index 100% rename from system/acp/sections/control/delete.php rename to acp/system/sections/control/delete.php diff --git a/system/acp/sections/control/index.php b/acp/system/sections/control/index.php similarity index 100% rename from system/acp/sections/control/index.php rename to acp/system/sections/control/index.php diff --git a/system/acp/sections/control/overdue.php b/acp/system/sections/control/overdue.php similarity index 100% rename from system/acp/sections/control/overdue.php rename to acp/system/sections/control/overdue.php diff --git a/system/acp/sections/control/search.php b/acp/system/sections/control/search.php similarity index 100% rename from system/acp/sections/control/search.php rename to acp/system/sections/control/search.php diff --git a/system/acp/sections/control/server.php b/acp/system/sections/control/server.php similarity index 100% rename from system/acp/sections/control/server.php rename to acp/system/sections/control/server.php diff --git a/system/acp/sections/jobs/add.php b/acp/system/sections/jobs/add.php similarity index 100% rename from system/acp/sections/jobs/add.php rename to acp/system/sections/jobs/add.php diff --git a/system/acp/sections/jobs/edit.php b/acp/system/sections/jobs/edit.php similarity index 100% rename from system/acp/sections/jobs/edit.php rename to acp/system/sections/jobs/edit.php diff --git a/system/acp/sections/jobs/index.php b/acp/system/sections/jobs/index.php similarity index 100% rename from system/acp/sections/jobs/index.php rename to acp/system/sections/jobs/index.php diff --git a/system/acp/sections/jobs/request.php b/acp/system/sections/jobs/request.php similarity index 100% rename from system/acp/sections/jobs/request.php rename to acp/system/sections/jobs/request.php diff --git a/system/acp/sections/letter/index.php b/acp/system/sections/letter/index.php similarity index 100% rename from system/acp/sections/letter/index.php rename to acp/system/sections/letter/index.php diff --git a/system/acp/sections/letter/send.php b/acp/system/sections/letter/send.php similarity index 100% rename from system/acp/sections/letter/send.php rename to acp/system/sections/letter/send.php diff --git a/system/acp/sections/logs/buy.php b/acp/system/sections/logs/buy.php similarity index 100% rename from system/acp/sections/logs/buy.php rename to acp/system/sections/logs/buy.php diff --git a/system/acp/sections/logs/cashout.php b/acp/system/sections/logs/cashout.php similarity index 100% rename from system/acp/sections/logs/cashout.php rename to acp/system/sections/logs/cashout.php diff --git a/system/acp/sections/logs/extend.php b/acp/system/sections/logs/extend.php similarity index 100% rename from system/acp/sections/logs/extend.php rename to acp/system/sections/logs/extend.php diff --git a/system/acp/sections/logs/index.php b/acp/system/sections/logs/index.php similarity index 100% rename from system/acp/sections/logs/index.php rename to acp/system/sections/logs/index.php diff --git a/system/acp/sections/logs/part.php b/acp/system/sections/logs/part.php similarity index 100% rename from system/acp/sections/logs/part.php rename to acp/system/sections/logs/part.php diff --git a/system/acp/sections/logs/replenish.php b/acp/system/sections/logs/replenish.php similarity index 100% rename from system/acp/sections/logs/replenish.php rename to acp/system/sections/logs/replenish.php diff --git a/system/acp/sections/logs/search.php b/acp/system/sections/logs/search.php similarity index 100% rename from system/acp/sections/logs/search.php rename to acp/system/sections/logs/search.php diff --git a/system/acp/sections/logs/sysearch.php b/acp/system/sections/logs/sysearch.php similarity index 100% rename from system/acp/sections/logs/sysearch.php rename to acp/system/sections/logs/sysearch.php diff --git a/system/acp/sections/news/add.php b/acp/system/sections/news/add.php similarity index 100% rename from system/acp/sections/news/add.php rename to acp/system/sections/news/add.php diff --git a/system/acp/sections/news/delete.php b/acp/system/sections/news/delete.php similarity index 100% rename from system/acp/sections/news/delete.php rename to acp/system/sections/news/delete.php diff --git a/system/acp/sections/news/index.php b/acp/system/sections/news/index.php similarity index 100% rename from system/acp/sections/news/index.php rename to acp/system/sections/news/index.php diff --git a/system/acp/sections/news/news.php b/acp/system/sections/news/news.php similarity index 100% rename from system/acp/sections/news/news.php rename to acp/system/sections/news/news.php diff --git a/system/acp/sections/news/search.php b/acp/system/sections/news/search.php similarity index 100% rename from system/acp/sections/news/search.php rename to acp/system/sections/news/search.php diff --git a/system/acp/sections/notice/add.php b/acp/system/sections/notice/add.php similarity index 100% rename from system/acp/sections/notice/add.php rename to acp/system/sections/notice/add.php diff --git a/system/acp/sections/notice/delete.php b/acp/system/sections/notice/delete.php similarity index 100% rename from system/acp/sections/notice/delete.php rename to acp/system/sections/notice/delete.php diff --git a/system/acp/sections/notice/end.php b/acp/system/sections/notice/end.php similarity index 100% rename from system/acp/sections/notice/end.php rename to acp/system/sections/notice/end.php diff --git a/system/acp/sections/notice/index.php b/acp/system/sections/notice/index.php similarity index 100% rename from system/acp/sections/notice/index.php rename to acp/system/sections/notice/index.php diff --git a/system/acp/sections/notice/notice.php b/acp/system/sections/notice/notice.php similarity index 100% rename from system/acp/sections/notice/notice.php rename to acp/system/sections/notice/notice.php diff --git a/system/acp/sections/notice/search.php b/acp/system/sections/notice/search.php similarity index 100% rename from system/acp/sections/notice/search.php rename to acp/system/sections/notice/search.php diff --git a/system/acp/sections/pages/add.php b/acp/system/sections/pages/add.php similarity index 100% rename from system/acp/sections/pages/add.php rename to acp/system/sections/pages/add.php diff --git a/system/acp/sections/pages/delete.php b/acp/system/sections/pages/delete.php similarity index 100% rename from system/acp/sections/pages/delete.php rename to acp/system/sections/pages/delete.php diff --git a/system/acp/sections/pages/index.php b/acp/system/sections/pages/index.php similarity index 100% rename from system/acp/sections/pages/index.php rename to acp/system/sections/pages/index.php diff --git a/system/acp/sections/pages/page.php b/acp/system/sections/pages/page.php similarity index 100% rename from system/acp/sections/pages/page.php rename to acp/system/sections/pages/page.php diff --git a/system/acp/sections/promo/add.php b/acp/system/sections/promo/add.php similarity index 100% rename from system/acp/sections/promo/add.php rename to acp/system/sections/promo/add.php diff --git a/system/acp/sections/promo/delete.php b/acp/system/sections/promo/delete.php similarity index 100% rename from system/acp/sections/promo/delete.php rename to acp/system/sections/promo/delete.php diff --git a/system/acp/sections/promo/end.php b/acp/system/sections/promo/end.php similarity index 100% rename from system/acp/sections/promo/end.php rename to acp/system/sections/promo/end.php diff --git a/system/acp/sections/promo/index.php b/acp/system/sections/promo/index.php similarity index 100% rename from system/acp/sections/promo/index.php rename to acp/system/sections/promo/index.php diff --git a/system/acp/sections/promo/promo.php b/acp/system/sections/promo/promo.php similarity index 100% rename from system/acp/sections/promo/promo.php rename to acp/system/sections/promo/promo.php diff --git a/system/acp/sections/promo/search.php b/acp/system/sections/promo/search.php similarity index 100% rename from system/acp/sections/promo/search.php rename to acp/system/sections/promo/search.php diff --git a/system/acp/sections/promo/stats.php b/acp/system/sections/promo/stats.php similarity index 100% rename from system/acp/sections/promo/stats.php rename to acp/system/sections/promo/stats.php diff --git a/system/acp/sections/servers/crmp.php b/acp/system/sections/servers/crmp.php similarity index 100% rename from system/acp/sections/servers/crmp.php rename to acp/system/sections/servers/crmp.php diff --git a/system/acp/sections/servers/cs.php b/acp/system/sections/servers/cs.php similarity index 100% rename from system/acp/sections/servers/cs.php rename to acp/system/sections/servers/cs.php diff --git a/system/acp/sections/servers/csgo.php b/acp/system/sections/servers/csgo.php similarity index 100% rename from system/acp/sections/servers/csgo.php rename to acp/system/sections/servers/csgo.php diff --git a/system/acp/sections/servers/css.php b/acp/system/sections/servers/css.php similarity index 100% rename from system/acp/sections/servers/css.php rename to acp/system/sections/servers/css.php diff --git a/system/acp/sections/servers/cssold.php b/acp/system/sections/servers/cssold.php similarity index 100% rename from system/acp/sections/servers/cssold.php rename to acp/system/sections/servers/cssold.php diff --git a/system/acp/sections/servers/delete.php b/acp/system/sections/servers/delete.php similarity index 100% rename from system/acp/sections/servers/delete.php rename to acp/system/sections/servers/delete.php diff --git a/system/acp/sections/servers/index.php b/acp/system/sections/servers/index.php similarity index 100% rename from system/acp/sections/servers/index.php rename to acp/system/sections/servers/index.php diff --git a/system/acp/sections/servers/mc.php b/acp/system/sections/servers/mc.php similarity index 100% rename from system/acp/sections/servers/mc.php rename to acp/system/sections/servers/mc.php diff --git a/system/acp/sections/servers/mta.php b/acp/system/sections/servers/mta.php similarity index 100% rename from system/acp/sections/servers/mta.php rename to acp/system/sections/servers/mta.php diff --git a/system/acp/sections/servers/overdue.php b/acp/system/sections/servers/overdue.php similarity index 100% rename from system/acp/sections/servers/overdue.php rename to acp/system/sections/servers/overdue.php diff --git a/system/acp/sections/servers/samp.php b/acp/system/sections/servers/samp.php similarity index 100% rename from system/acp/sections/servers/samp.php rename to acp/system/sections/servers/samp.php diff --git a/system/acp/sections/servers/search.php b/acp/system/sections/servers/search.php similarity index 100% rename from system/acp/sections/servers/search.php rename to acp/system/sections/servers/search.php diff --git a/system/acp/sections/servers/server.php b/acp/system/sections/servers/server.php similarity index 100% rename from system/acp/sections/servers/server.php rename to acp/system/sections/servers/server.php diff --git a/system/acp/sections/tarifs/add.php b/acp/system/sections/tarifs/add.php similarity index 100% rename from system/acp/sections/tarifs/add.php rename to acp/system/sections/tarifs/add.php diff --git a/system/acp/sections/tarifs/copy.php b/acp/system/sections/tarifs/copy.php similarity index 100% rename from system/acp/sections/tarifs/copy.php rename to acp/system/sections/tarifs/copy.php diff --git a/system/acp/sections/tarifs/delete.php b/acp/system/sections/tarifs/delete.php similarity index 100% rename from system/acp/sections/tarifs/delete.php rename to acp/system/sections/tarifs/delete.php diff --git a/system/acp/sections/tarifs/index.php b/acp/system/sections/tarifs/index.php similarity index 100% rename from system/acp/sections/tarifs/index.php rename to acp/system/sections/tarifs/index.php diff --git a/system/acp/sections/tarifs/search.php b/acp/system/sections/tarifs/search.php similarity index 100% rename from system/acp/sections/tarifs/search.php rename to acp/system/sections/tarifs/search.php diff --git a/system/acp/sections/tarifs/stats.php b/acp/system/sections/tarifs/stats.php similarity index 100% rename from system/acp/sections/tarifs/stats.php rename to acp/system/sections/tarifs/stats.php diff --git a/system/acp/sections/tarifs/tarif.php b/acp/system/sections/tarifs/tarif.php similarity index 100% rename from system/acp/sections/tarifs/tarif.php rename to acp/system/sections/tarifs/tarif.php diff --git a/system/acp/sections/units/add.php b/acp/system/sections/units/add.php similarity index 100% rename from system/acp/sections/units/add.php rename to acp/system/sections/units/add.php diff --git a/system/acp/sections/units/delete.php b/acp/system/sections/units/delete.php similarity index 100% rename from system/acp/sections/units/delete.php rename to acp/system/sections/units/delete.php diff --git a/system/acp/sections/units/index.php b/acp/system/sections/units/index.php similarity index 100% rename from system/acp/sections/units/index.php rename to acp/system/sections/units/index.php diff --git a/system/acp/sections/units/loading.php b/acp/system/sections/units/loading.php similarity index 100% rename from system/acp/sections/units/loading.php rename to acp/system/sections/units/loading.php diff --git a/system/acp/sections/units/stats.php b/acp/system/sections/units/stats.php similarity index 100% rename from system/acp/sections/units/stats.php rename to acp/system/sections/units/stats.php diff --git a/system/acp/sections/units/unit.php b/acp/system/sections/units/unit.php similarity index 100% rename from system/acp/sections/units/unit.php rename to acp/system/sections/units/unit.php diff --git a/system/acp/sections/users/action.php b/acp/system/sections/users/action.php similarity index 100% rename from system/acp/sections/users/action.php rename to acp/system/sections/users/action.php diff --git a/system/acp/sections/users/delete.php b/acp/system/sections/users/delete.php similarity index 100% rename from system/acp/sections/users/delete.php rename to acp/system/sections/users/delete.php diff --git a/system/acp/sections/users/index.php b/acp/system/sections/users/index.php similarity index 100% rename from system/acp/sections/users/index.php rename to acp/system/sections/users/index.php diff --git a/system/acp/sections/users/offline.php b/acp/system/sections/users/offline.php similarity index 100% rename from system/acp/sections/users/offline.php rename to acp/system/sections/users/offline.php diff --git a/system/acp/sections/users/online.php b/acp/system/sections/users/online.php similarity index 100% rename from system/acp/sections/users/online.php rename to acp/system/sections/users/online.php diff --git a/system/acp/sections/users/search.php b/acp/system/sections/users/search.php similarity index 100% rename from system/acp/sections/users/search.php rename to acp/system/sections/users/search.php diff --git a/system/acp/sections/users/signup.php b/acp/system/sections/users/signup.php similarity index 100% rename from system/acp/sections/users/signup.php rename to acp/system/sections/users/signup.php diff --git a/system/acp/sections/users/stats.php b/acp/system/sections/users/stats.php similarity index 100% rename from system/acp/sections/users/stats.php rename to acp/system/sections/users/stats.php diff --git a/system/acp/sections/users/user.php b/acp/system/sections/users/user.php similarity index 100% rename from system/acp/sections/users/user.php rename to acp/system/sections/users/user.php diff --git a/system/acp/sections/web/amxbans.php b/acp/system/sections/web/amxbans.php similarity index 100% rename from system/acp/sections/web/amxbans.php rename to acp/system/sections/web/amxbans.php diff --git a/system/acp/sections/web/astats.php b/acp/system/sections/web/astats.php similarity index 100% rename from system/acp/sections/web/astats.php rename to acp/system/sections/web/astats.php diff --git a/system/acp/sections/web/csbans.php b/acp/system/sections/web/csbans.php similarity index 100% rename from system/acp/sections/web/csbans.php rename to acp/system/sections/web/csbans.php diff --git a/system/acp/sections/web/csstats.php b/acp/system/sections/web/csstats.php similarity index 100% rename from system/acp/sections/web/csstats.php rename to acp/system/sections/web/csstats.php diff --git a/system/acp/sections/web/hosting.php b/acp/system/sections/web/hosting.php similarity index 100% rename from system/acp/sections/web/hosting.php rename to acp/system/sections/web/hosting.php diff --git a/system/acp/sections/web/index.php b/acp/system/sections/web/index.php similarity index 100% rename from system/acp/sections/web/index.php rename to acp/system/sections/web/index.php diff --git a/system/acp/sections/web/mysql.php b/acp/system/sections/web/mysql.php similarity index 100% rename from system/acp/sections/web/mysql.php rename to acp/system/sections/web/mysql.php diff --git a/system/acp/sections/web/psychostats.php b/acp/system/sections/web/psychostats.php similarity index 100% rename from system/acp/sections/web/psychostats.php rename to acp/system/sections/web/psychostats.php diff --git a/system/acp/sections/web/rankme.php b/acp/system/sections/web/rankme.php similarity index 100% rename from system/acp/sections/web/rankme.php rename to acp/system/sections/web/rankme.php diff --git a/system/acp/sections/web/search.php b/acp/system/sections/web/search.php similarity index 100% rename from system/acp/sections/web/search.php rename to acp/system/sections/web/search.php diff --git a/system/acp/sections/web/sourcebans.php b/acp/system/sections/web/sourcebans.php similarity index 100% rename from system/acp/sections/web/sourcebans.php rename to acp/system/sections/web/sourcebans.php diff --git a/system/acp/sections/wiki/add.php b/acp/system/sections/wiki/add.php similarity index 100% rename from system/acp/sections/wiki/add.php rename to acp/system/sections/wiki/add.php diff --git a/system/acp/sections/wiki/addcat.php b/acp/system/sections/wiki/addcat.php similarity index 100% rename from system/acp/sections/wiki/addcat.php rename to acp/system/sections/wiki/addcat.php diff --git a/system/acp/sections/wiki/cat.php b/acp/system/sections/wiki/cat.php similarity index 100% rename from system/acp/sections/wiki/cat.php rename to acp/system/sections/wiki/cat.php diff --git a/system/acp/sections/wiki/cats.php b/acp/system/sections/wiki/cats.php similarity index 100% rename from system/acp/sections/wiki/cats.php rename to acp/system/sections/wiki/cats.php diff --git a/system/acp/sections/wiki/delete.php b/acp/system/sections/wiki/delete.php similarity index 100% rename from system/acp/sections/wiki/delete.php rename to acp/system/sections/wiki/delete.php diff --git a/system/acp/sections/wiki/index.php b/acp/system/sections/wiki/index.php similarity index 100% rename from system/acp/sections/wiki/index.php rename to acp/system/sections/wiki/index.php diff --git a/system/acp/sections/wiki/search.php b/acp/system/sections/wiki/search.php similarity index 100% rename from system/acp/sections/wiki/search.php rename to acp/system/sections/wiki/search.php diff --git a/system/acp/sections/wiki/wiki.php b/acp/system/sections/wiki/wiki.php similarity index 100% rename from system/acp/sections/wiki/wiki.php rename to acp/system/sections/wiki/wiki.php