root/website/test1/index.php @ 1548

Revision 1548, 327 bytes (checked in by joaopacheco, 6 years ago)

Just testing...

Line 
1<?php
2
3include_once('tbs_class_php4.php');
4$TBS = new clsTinyButStrong ;
5$TBS->LoadTemplate('templates/index.html');
6$title_box = 'Introducing UMIT';
7$introduce_box = "UMIT is the newest nmap frontend, and it's been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code.";
8$TBS->Show();
9
10?>
Note: See TracBrowser for help on using the browser.