csrb/api/application/views/welcome_message.php
2019-10-12 12:04:40 +05:30

4 lines
96 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo 'WELCOME MESSAGE';
?>