Revision: 6651 http://care2002.svn.sourceforge.net/care2002/?rev=6651&view=rev Author: robertmeggle Date: 2010-08-03 08:54:28 +0000 (Tue, 03 Aug 2010)
Log Message: ----------- resetting it back to iginition status Modified Paths: -------------- care2x/trunk/include/core/inc_init_main.php Modified: care2x/trunk/include/core/inc_init_main.php =================================================================== --- care2x/trunk/include/core/inc_init_main.php 2010-08-03 07:48:48 UTC (rev 6650) +++ care2x/trunk/include/core/inc_init_main.php 2010-08-03 08:54:28 UTC (rev 6651) @@ -1,24 +1,24 @@ <?php # This is the database name -$dbname='kaka'; +$dbname=''; # Database user name, default is root or httpd for mysql, or postgres for postgresql -$dbusername='root'; +$dbusername=''; # Database user password, default is empty char -$dbpassword='root'; +$dbpassword=''; # Database host name, default = localhost $dbhost='localhost'; # First key used for simple chaining protection of scripts -$key='65219795765918'; +$key='1.0728840012115E+28'; # Second key used for accessing modules -$key_2level='22541756208198'; +$key_2level='3.6785501427953E+27'; # 3rd key for encrypting cookie information -$key_login='1632575601540'; +$key_login='5.3183191207469E+26'; # Main host address or domain $main_domain='localhost'; @@ -32,5 +32,7 @@ # Set this to your database type. For details refer to ADODB manual or goto http://php.weblogs.com/ADODB/ $dbtype='mysql'; -date_default_timezone_set("Europe/Rome"); +# Set this to your timezone. +$timezone = 'Africa/Abidjan'; +date_default_timezone_set($timezone); ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers