-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
executable file
·11 lines (10 loc) · 1.24 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
<h2>About</h2>
<p>This app can be used as a hostel allotment software in colleges inorder to reduce to tediousness in alloting hostel and room to students. A simple installation, entering details about courses offered in the college and the various and the name and other details about hostels in the college and Wow!!! its done, the app is ready to use.</p>
<p>This app is not NITT specific. It gives you an option of taking <strong>print-out</strong> of the terms and conditions of the college, in which signature of the student can be taken and the papers be maintained for later use. You might in fact be shocked the way the print-out appears!!!</p>
<h2>About the developer</h2>
<p>This app was created by <a target="_blank" href="http://www.google.com/profiles/seekshiva">V. Shiva Nandan</a>. He is doing <strong>B.Tech</strong> in <strong>Computer Science and Engineering</strong> at the National Institute of Technology, Tiruchirappalli.</p>
<p>Suggestions and comments regarding the app are welcome. Contact the developer through his email address <<a href="mailto:[email protected]">[email protected]</a>></p>
<?php
if(!file_exists("config.inc.php"))
echo "Click <a href=\"./install.php\">here</a> to go back to the installation page.";
?>