Welcome to the Ramble Photo Gallery

I will check your installation now:

"; if(($checkalbdir) && ($checkdatdir) && ($imagecreate)) { echo "

The TFT gallery installation is correct.

"; $fp = @fopen("$data_directory/.isinstalled","w"); if($fp) { fclose($fp); echo "

This installer was removed now, you can reload this page to display the gallery.

"; } else { echo "

This installer could not be removed. Please remove the file install.php, then the gallery will be displayed.

"; } } else { echo "

There were errors detected. Please use the configuration tool to change the local_config.inc.

"; } ?>