PHP Classes

File: htdocs/modules/system/class/thumbs/index.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/class/thumbs/index.php   Download  
File: htdocs/modules/system/class/thumbs/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 308 bytes
 

Contents

Class file image Download
<?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/');