forked from stepmania/stepmania-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.php
13 lines (11 loc) · 863 Bytes
/
install.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/************************************************************************************
************************************************************************************
** **
** If you can read this text in your browser then you don't have PHP installed. **
** Please install PHP 5.3.2 or higher, preferably PHP 5.3.4+. **
** **
************************************************************************************
************************************************************************************/
if (!file_exists('framework') || !file_exists('framework/_config.php')) include "install-frameworkmissing.html";
else include('./framework/dev/install/install.php');