PHP Classes

File: application/views/errors/cli/error_general.php

Recommend this page to a friend!
  Classes of Asad Ullah   PHP Google Authenticator with CodeIgniter   application/views/errors/cli/error_general.php   Download  
File: application/views/errors/cli/error_general.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Google Authenticator with CodeIgniter
2fa Google Authenticator implementation
Author: By
Last change:
Date: 5 years ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
defined
('BASEPATH') OR exit('No direct script access allowed');

echo
"\nERROR: ",
   
$heading,
   
"\n\n",
   
$message,
   
"\n\n";