Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/libsite/
Upload File :
Current File : /var/www/html/mmishra/mm/libsite/index.php

<?php
echo "<html><head>";
echo "<base href='http://" . $_SERVER["SERVER_NAME"] . "/mmishra/libsite/'></base>";
echo "<title>Library@iiita.ac.in</title></head>\n";
echo "<frameset cols='20%,80%' frameborder='no' framespacing='0'>";
echo "<frame src='left.php' name='left' scrolling='auto'>";
echo "<frame src='right.php' name='right' scrolling='auto'>";
echo "</frameset>";
echo "</html>";
?>