Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > e88a4738a8e6d6bdf1b0caa9a3908979 > files > 36

squirrelmail-1.4.13-3mdv2008.1.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 ***/
 /**