http://www.fsf.org/ or write * to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. * */ if ($step == "") { echo "Please go away."; exit(); } /* Include file */ // Go ahead image $goahead = "img/goahead.png"; // Default image $defaults = "img/defaults.png"; // OK $ok = "img/ok.png"; // NOK $nok = "img/nok.png"; // WARN $warn = "img/warn.png"; // Loading $loading = "img/loading.png"; ?>