From fe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 22 Dec 2008 03:41:33 +0000 Subject: Change the way that we track modules. Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page. --- core/controllers/admin_modules.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 core/controllers/admin_modules.php (limited to 'core/controllers/admin_modules.php') diff --git a/core/controllers/admin_modules.php b/core/controllers/admin_modules.php new file mode 100644 index 00000000..12686f87 --- /dev/null +++ b/core/controllers/admin_modules.php @@ -0,0 +1,27 @@ +available = module::available(); + return $view; + } +} + -- cgit v1.2.3