Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/components/com_flexicontent/librairies/phpthumb/
Upload File :
Current File : /home/cbequiperp/www/components/com_flexicontent/librairies/phpthumb/index.php

<?php
if (!file_exists('phpThumb.config.php')) {
	if (file_exists('phpThumb.config.php.default')) {
		echo 'WARNING! "phpThumb.config.php.default" MUST be renamed to "phpThumb.config.php"';
	} else {
		echo 'WARNING! "phpThumb.config.php" should exist but does not';
	}
	exit;
}
header('Location: ./demo/');