From fcd27fafac3dd36af74641c8dd33c9f43a07050d Mon Sep 17 00:00:00 2001 From: SVarlamov Date: Mon, 20 Jun 2016 21:01:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B2=20=D0=BF=D0=B0=D0=BF=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class.editdoc.php => editdoc/class.editdoc.php | 0 index.php => editdoc/index.php | 0 {lang => editdoc/lang}/index.php | 0 {lang => editdoc/lang}/ru.txt | 0 module.php => editdoc/module.php | 0 sql.php => editdoc/sql.php | 0 {templates => editdoc/templates}/admin_edit.tpl | 0 {templates => editdoc/templates}/admin_list.tpl | 0 {templates => editdoc/templates}/index.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename class.editdoc.php => editdoc/class.editdoc.php (100%) rename index.php => editdoc/index.php (100%) rename {lang => editdoc/lang}/index.php (100%) rename {lang => editdoc/lang}/ru.txt (100%) rename module.php => editdoc/module.php (100%) rename sql.php => editdoc/sql.php (100%) rename {templates => editdoc/templates}/admin_edit.tpl (100%) rename {templates => editdoc/templates}/admin_list.tpl (100%) rename {templates => editdoc/templates}/index.php (100%) diff --git a/class.editdoc.php b/editdoc/class.editdoc.php similarity index 100% rename from class.editdoc.php rename to editdoc/class.editdoc.php diff --git a/index.php b/editdoc/index.php similarity index 100% rename from index.php rename to editdoc/index.php diff --git a/lang/index.php b/editdoc/lang/index.php similarity index 100% rename from lang/index.php rename to editdoc/lang/index.php diff --git a/lang/ru.txt b/editdoc/lang/ru.txt similarity index 100% rename from lang/ru.txt rename to editdoc/lang/ru.txt diff --git a/module.php b/editdoc/module.php similarity index 100% rename from module.php rename to editdoc/module.php diff --git a/sql.php b/editdoc/sql.php similarity index 100% rename from sql.php rename to editdoc/sql.php diff --git a/templates/admin_edit.tpl b/editdoc/templates/admin_edit.tpl similarity index 100% rename from templates/admin_edit.tpl rename to editdoc/templates/admin_edit.tpl diff --git a/templates/admin_list.tpl b/editdoc/templates/admin_list.tpl similarity index 100% rename from templates/admin_list.tpl rename to editdoc/templates/admin_list.tpl diff --git a/templates/index.php b/editdoc/templates/index.php similarity index 100% rename from templates/index.php rename to editdoc/templates/index.php