Esempio n. 1
0
						<td align="center">
							<h4 style="color:#FF0000;margin-top:0">Make sure that you have write permission (777) to `app/tmp` and `app/webroot` folders</h4>
						</td>
					</tr>
				</table>
			</td></tr></table>
			</div>
	</div>
</body>
</html>
		<?php 
                    exit;
                } else {
                    if (isset($tables) && !empty($tables)) {
                        check_subfolder();
                        checkDebug();
                    }
                }
            } catch (Exception $e) {
                check_subfolder();
                ?>
			<!DOCTYPE html>
	<html>
	<head>
		<meta name="robots" content="noindex,nofollow" />
		<link rel="shortcut icon" href="images/favicon_new.ico"/>
		<title>Orangescrum Setup Wizard</title>
		<style>
		*{
			padding:5;
			margin:5;	
Esempio n. 2
0
<?php

$config = getConfig();
checkExts();
checkAutoMove($config);
checkDisconnectAfterSpooling($config);
checkSpoolReadSize($config);
checkDebug($config);
checkMagicDbPath($config);
checkProxyUrl($config);
checkDataConfig($config);
configOK($config);
/*
 * check to see that we have all of the libs we need and that we are running
 * a correct version of php
 *
 * we recommend at least 5.2.0
 *
 * the list of required extensions / modules / libraries are as follows:
 *
 * pecl_http
 * uuid (pecl extension)
 * curl
 * fileinfo
 * filter
 * pcre
 *
 */
function checkExts()
{
    // checkl the php version