From 416428ee4ea23dfe7ec51ccb2a6aa968928d9c30 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 18 Oct 2015 19:51:24 +0200 Subject: [PATCH] Created new installation_helper.php file. --- .../helpers/installation_helper.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/application/helpers/installation_helper.php diff --git a/src/application/helpers/installation_helper.php b/src/application/helpers/installation_helper.php new file mode 100644 index 00000000..66528032 --- /dev/null +++ b/src/application/helpers/installation_helper.php @@ -0,0 +1,18 @@ +db->table_exists('ea_users'); + +}