Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > e54b55c779885f2da2061fb224edbd31 > files > 35

squirrelmail-1.4.8-3mdv2007.0.src.rpm

--- config/config_default.php	2006-08-01 07:47:32.000000000 +0200
+++ config/config_default.php.oden	2006-08-18 12:38:55.000000000 +0200
@@ -32,25 +32,25 @@
  * Organization's name
  * @global string $org_name
  */
-$org_name = "SquirrelMail";
+$org_name = "Mandriva";
 
 /**
  * Organization's logo picture (blank if none)
  * @global string $org_logo
  */
-$org_logo = SM_PATH . 'images/sm_logo.png';
+$org_logo = SM_PATH . 'images/mandriva.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 = '56';
 
 /**
  * Webmail Title
@@ -92,7 +92,7 @@
  * option set to true.
  * @global string $provider_name
  */
-$provider_name = 'SquirrelMail';
+$provider_name = 'Mandriva Linux';
 
 /**
  * Provider URI
@@ -103,7 +103,7 @@
  * option set to true.
  * @global string $provider_uri
  */
-$provider_uri = 'http://www.squirrelmail.org/';
+$provider_uri = 'http://www.mandriva.com/';
 
 /*** Server Settings ***/
 /**