Skip to content

Commit

Permalink
Default timezone add to configuration + Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xstream committed Dec 25, 2011
1 parent dffb5e2 commit 775adf3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,6 @@
/logos/*.png
Thumbs.db
#Config
DBConfig.class.php
DBConfig.class.php
#
ImageShack*
1 change: 1 addition & 0 deletions classes/Config.class.php
Expand Up @@ -2,6 +2,7 @@
//include_once("db/MySQLIDB.class.php");
include_once("db/MySQLNative.class.php");

date_default_timezone_set('America/Montreal');
/**
* All configuration parameters are set here.
*/
Expand Down
4 changes: 2 additions & 2 deletions link.php
Expand Up @@ -20,7 +20,7 @@
"&color=".$color."&layout=".$layout;
?>


<center>
<a href="index.php">Back to index</a><br/>
<br/>
<b>BBCode Link:</b><br/>
Expand All @@ -29,7 +29,7 @@
<br/>
<b>Preview:</b><br/>
<img src="<?php echo $image ?>"><br/>

</center>


</body>
Expand Down

0 comments on commit 775adf3

Please sign in to comment.