<?php $db_name = $this->config->item("db_name"); if($db_name === "hrms"){ include('manage_cadd.php'); }else{ include('manage_rebar.php'); } ?>