[evolvis-commits] r14663: Move file in default path↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:43:12 CET 2011


Author: mirabilos
Date: 2011-02-28 04:43:11 +0100 (Mon, 28 Feb 2011)
New Revision: 14663

Added:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/plugins_utils.php
Removed:
   trunk/gforge_base/evolvisforge-5.1/gforge/common/include/plugins_utils.php
Log:
Move file in default path


Deleted: trunk/gforge_base/evolvisforge-5.1/gforge/common/include/plugins_utils.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/common/include/plugins_utils.php	2011-02-28 03:43:08 UTC (rev 14662)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/common/include/plugins_utils.php	2011-02-28 03:43:11 UTC (rev 14663)
@@ -1,33 +0,0 @@
-<?php
-/**
- * Portions Copyright 2010 (c) Mélanie Le Bail
- */
-
-
-
- 
-$GLOBALS['mailman_bin_dir'] =  $GLOBALS['sys_path_to_mailman'].'/bin';
-$GLOBALS['mailman_list_dir'] = '/var/lib/mailman/lists';
-global $html;
-require_once 'common/include/Plugin.class.php';
-
-function isLogged(){
-	
-	return session_loggedin();
-}
-
-function htmlRedirect($url) {
-	session_redirect('plugins/mailman/'.$url);
-}
-function htmlIframe($url,$poub) {
-	echo ('<iframe src= "'.$url.'" width=100% height=500px></iframe>');
-}
-
-
-function helpButton($help) {
-	
-}
-function getIcon() {
-	echo html_image("ic/mail16b.png","20","20",array("border"=>"0"));
-}
-?>

Copied: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/plugins_utils.php (from rev 14662, trunk/gforge_base/evolvisforge-5.1/gforge/common/include/plugins_utils.php)
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/plugins_utils.php	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/plugins_utils.php	2011-02-28 03:43:11 UTC (rev 14663)
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Portions Copyright 2010 (c) Mélanie Le Bail
+ */
+
+
+
+ 
+$GLOBALS['mailman_bin_dir'] =  $GLOBALS['sys_path_to_mailman'].'/bin';
+$GLOBALS['mailman_list_dir'] = '/var/lib/mailman/lists';
+global $html;
+require_once 'common/include/Plugin.class.php';
+
+function isLogged(){
+	
+	return session_loggedin();
+}
+
+function htmlRedirect($url) {
+	session_redirect('plugins/mailman/'.$url);
+}
+function htmlIframe($url,$poub) {
+	echo ('<iframe src= "'.$url.'" width=100% height=500px></iframe>');
+}
+
+
+function helpButton($help) {
+	
+}
+function getIcon() {
+	echo html_image("ic/mail16b.png","20","20",array("border"=>"0"));
+}
+?>



More information about the evolvis-commits mailing list