<?php include 'securimage.php'; include '../config.php'; $img = new securimage(); $img->show(""); // alternate use: $img->show('/path/to/background.jpg'); ?>