defined('EXPIRY_DATE') || define('EXPIRY_DATE', '2025-03-11'); /////////////////////// class Login extends BaseController { private $trialFlagPath = WRITEPATH . 'te.txt'; public $loginmodel; public $session; public function __construct() { helper('form'); helper('receiptEntries'); $this->loginmodel = new LoginModel(); $this->session = session(); // $this->encrypter = \Config\Services::encrypter(); } public function index() { $data['userdt']=$this->loginmodel->findAll(); $expiryDate = strtotime(EXPIRY_DATE); $currentDate = strtotime(date('Y-m-d')); // if ($currentDate >= $expiryDate) { // return view('Admin/ExpiryView'); // } if ($currentDate >= $expiryDate || file_exists($this->trialFlagPath)) { // If expired for the first time, create the flag file if (!file_exists($this->trialFlagPath)) { file_put_contents($this->trialFlagPath, '1'); } return view('Admin/ExpiryView'); } ///////////////////////////////////////////////////////// ExpiryView.php Trial Expired

Your Trial Period Has Expired

Please reach out to the following people for further assistance:

Vinayak Shet - 📞 +91 9986809661

Keshav Kolle - 📞 +91 9886420645

Jagadish Meghaval - 📞 +91 9019641307

Or send an email to

info@webschedio.com