From d311c5888006d960a1f5cd1aa48c42e12eeeeeae Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Tue, 10 Jul 2012 08:04:20 -0400
Subject: [PATCH] changed server_list display to usage of sprite images + reduction of hardcoded <br>-elements + additional support for distro icons in server_list

---
 server/plugins-available/apache2_plugin.inc.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php
index 0e873ad..bcd0525 100644
--- a/server/plugins-available/apache2_plugin.inc.php
+++ b/server/plugins-available/apache2_plugin.inc.php
@@ -1355,6 +1355,7 @@
 
 		// load the server configuration options
 		$app->uses('getconf');
+		$app->uses('system');
 		$web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
 		
 		$app->system->web_folder_protection($data['new']['document_root'],false);
@@ -2336,4 +2337,4 @@
 
 } // end class
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1