Esempio n. 1
0
 public static function confirmLink($tblName)
 {
     if (is_null(self::$object)) {
         self::$object = new Account_v0();
     }
     $chk = self::$object->confirm($tblName);
     /*if ($chk['bool']) {
     			if (!is_null($url_true)) {
     				header($url_true) ;
     			}
     		} else {
     			if (!is_null($url_false)) {
     				header($url_false);
     			}
     		}*/
     return $chk;
 }