Something like...
umil_data.php
- Code: Select all
<?php return array( umil options... );
basically everything from install/index.php between
- Code: Select all
/*
* The array of versions and actions within each.
and
- Code: Select all
'1.0.0-RC4' => array(),
);
would be moved to that new file.
all install/index.php would do is:
- Code: Select all
$versions = require($phpbb_root_path . 'install/umil_data.' . $phpEx);