Istanbul Bilgi University Department of Computer Science
Previous Home > About This Site > Messages.php Next
Home
   About This Site
      Previous Scripts
      Scripts Version 2.2.4
      Apache2.conf
      Messages.php
      Navigate.php
      Pagelayout.php
      Pagelayout.tpl0
      Style.css
   Academic Policies
   Academic Staff
   Courses
   Curiosity Corner
   High School Computer Clubs Project
   Lab Rules
   Links
   Member Help
   News
   Other Stuff
   Standards Project
   Turing Days
   Usage Statistics
   Yarışma

<?php
$messages = array (
			'empty' => ' is empty',
			'updated' => 'Updated',
			'notexist' => 'The file you have requested does not exist'
			);
?>