activate_helper.php 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php defined('BASEPATH') OR exit('No direct script access allowed'); if(!function_exists('activate')) { function activate($url) { return uri_string() == $url; } }