From 4347b793474f0e1c907b5228a5b7528bfbaf8803 Mon Sep 17 00:00:00 2001 From: Mark J Crane Date: Sun, 26 May 2019 05:11:58 +0000 Subject: [PATCH] Move and rename some files --- app/basic_operator_panel/{ => resources}/autocomplete.php | 0 app/basic_operator_panel/{index_inc.php => resources/content.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/basic_operator_panel/{ => resources}/autocomplete.php (100%) rename app/basic_operator_panel/{index_inc.php => resources/content.php} (100%) diff --git a/app/basic_operator_panel/autocomplete.php b/app/basic_operator_panel/resources/autocomplete.php similarity index 100% rename from app/basic_operator_panel/autocomplete.php rename to app/basic_operator_panel/resources/autocomplete.php diff --git a/app/basic_operator_panel/index_inc.php b/app/basic_operator_panel/resources/content.php similarity index 100% rename from app/basic_operator_panel/index_inc.php rename to app/basic_operator_panel/resources/content.php