[go: up one dir, main page]

Menu

[2ad967]: / about.php  Maximize  Restore  History

Download this file

8 lines (8 with data), 292 Bytes

1
2
3
4
5
6
7
8
<?php
include_once("./scripts/FlamesSettings.php");
/*FlamesSettings::setGenSettings('version','0.1');*/
$title = "About - The f.l.a.m.e.s Game";
$description = "Everything you need to know about FLAMES is here.";
include_once("./layouts/about.php");
include_once("./layouts/default.php");
?>