source: trunk/www.guidonia.net/wp/wp-content/plugins/ferdinand-wordbook/phpthumb/index.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 310 bytes
Line 
1<?php
2if (!file_exists('phpThumb.config.php')) {
3 if (file_exists('phpThumb.config.php.default')) {
4 echo 'WARNING! "phpThumb.config.php.default" MUST be renamed to "phpThumb.config.php"';
5 } else {
6 echo 'WARNING! "phpThumb.config.php" should exist but does not';
7 }
8 exit;
9}
10header('Location: ./demo/');
11?>
Note: See TracBrowser for help on using the repository browser.