From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- Neutron-trunk/cms-special/admin/plugins/index.php | 79 +---------------------- 1 file changed, 1 insertion(+), 78 deletions(-) mode change 100755 => 100644 Neutron-trunk/cms-special/admin/plugins/index.php (limited to 'Neutron-trunk/cms-special/admin/plugins/index.php') diff --git a/Neutron-trunk/cms-special/admin/plugins/index.php b/Neutron-trunk/cms-special/admin/plugins/index.php old mode 100755 new mode 100644 index 58be08f..e977d90 --- a/Neutron-trunk/cms-special/admin/plugins/index.php +++ b/Neutron-trunk/cms-special/admin/plugins/index.php @@ -1,79 +1,2 @@ - "Extensions", "headerName" => "Extensions" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> -

/resources/image/message_info.svg" class="message_img">

-
list) === false) { - echo("disabled"); - } else { - echo("enabled"); - } - echo("\">
" . getName($config) . ""); - if (isset($config->config)) { - echo("config . "\" title=\"" . $lang["admin-plugins"]["config"] . "\" class=\"configure_ext\">"); - } - echo("

" . getDescription($config) . "

"); - echo(""); - } - } - - ?> - - - \ No newline at end of file + \ No newline at end of file -- cgit