summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rw-r--r--include/db.php2
2 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a7db7a8..6a0fae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,10 @@
*~
config.php
-db*sql \ No newline at end of file
+db*sql
+cache/stats.html
+pics/arrow0.svg
+pics/arrow1.svg
+pics/arrow2.svg
+pics/arrow3.svg
+scoretest.txt
+testscoring.php
diff --git a/include/db.php b/include/db.php
index ad6c6f0..bd50189 100644
--- a/include/db.php
+++ b/include/db.php
@@ -783,7 +783,7 @@ function DB_get_PREF($myid)
{
case 'cardset':
/* licence only valid until then */
- if($pref[1]=='altenburg' && (time()-strtotime( '2009-12-31 23:59:59')<0) )
+ if($pref[1]=='altenburg' && (time()-strtotime( '2012-12-31 23:59:59')<0) )
$PREF['cardset']='altenburg';
break;