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=2bd1c94dd7e712bb2cc8e2c16fb317bd0169c59c;hpb=83fc1a851c69e13808d14f2d5a284c3369409018 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';