X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=index.php;h=691e11374aa48d0966df8185f51eb6bff95d423e;hp=61b0e3f284aadb42d304c350734cf0ad2c092e24;hb=189a8296e5f6ba47e87167083cff9cb3e1d0d03b;hpb=c581cd05476d07f0fd17dab41cbb211a443fd57f diff --git a/index.php b/index.php index 61b0e3f..691e113 100644 --- a/index.php +++ b/index.php @@ -120,6 +120,9 @@ switch($action) case 'game': require './include/game.php'; break; + case 'about': + require './include/about.php'; + break; case 'stats': if(isset($_SESSION["name"])) require './include/stats.php';