Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > fc6f60ad5dc13a448a13eb625263b62c > files > 42

squirrelmail-1.4.23-0.svn20201220_0200.1.mga7.src.rpm

--- config/config_default.php	2009-04-13 18:52:57.000000000 +0200
+++ config/config_default.php.oden	2009-05-12 10:45:36.000000000 +0200
@@ -32,25 +32,25 @@
  * Organization's name
  * @global string $org_name
  */
-$org_name = "SquirrelMail";
+$org_name = "Mageia";
 
 /**
  * Organization's logo picture (blank if none)
  * @global string $org_logo
  */
-$org_logo = SM_PATH . 'images/sm_logo.png';
+$org_logo = SM_PATH . 'images/mageia.png';
 
 /**
  * The width of the logo (0 for default)
  * @global string $org_logo_width
  */
-$org_logo_width = '308';
+$org_logo_width = '306';
 
 /**
  * The height of the logo (0 for default)
  * @global string $org_logo_height
  */
-$org_logo_height = '111';
+$org_logo_height = '102';
 
 /**
  * Webmail Title
@@ -92,7 +92,7 @@
  * option set to true.
  * @global string $provider_name
  */
-$provider_name = 'SquirrelMail';
+$provider_name = 'Mageia';
 
 /**
  * Provider URI
@@ -103,7 +103,7 @@
  * option set to true.
  * @global string $provider_uri
  */
-$provider_uri = 'http://squirrelmail.org/';
+$provider_uri = 'http://mageia.org/';
 
 /*** Server Settings ***/
 /**