4 lines
96 B
PHP
4 lines
96 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
echo 'WELCOME MESSAGE';
|
|
?>
|