mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Monstra Library: basic core improvments
This commit is contained in:
@@ -6,25 +6,23 @@
|
||||
/**
|
||||
* Information Admin Class
|
||||
*/
|
||||
class InformationAdmin extends Backend {
|
||||
|
||||
|
||||
class InformationAdmin extends Backend
|
||||
{
|
||||
/**
|
||||
* Information main function
|
||||
*/
|
||||
public static function main() {
|
||||
|
||||
public static function main()
|
||||
{
|
||||
// Init vars
|
||||
$php_modules = array();
|
||||
|
||||
// Get array with the names of all modules compiled and loaded
|
||||
$php_modules = get_loaded_extensions();
|
||||
|
||||
// Display view
|
||||
// Display view
|
||||
View::factory('box/information/views/backend/index')
|
||||
->assign('php_modules', $php_modules)
|
||||
->display();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user