Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $properties['Title'] = $this->getconfig("nama");
  2. $properties['IconContent'] = "fas fa-fw fa-tachometer-alt";
  3. $properties['Actionform'] = $this->homebase()."log/accesslogin";
  4. $properties['Notif'] = lib_crypto::decrypt($get['status']);
  5. //$properties['Notif'] = md5(lib_crypto::encrypt("makanan"));
  6.  
  7. $properties['Content'] = "";
  8. $properties['ContentFooter'] = "Content Footer";
  9. $var['template'] = "login"; // definisi template path
  10. $var['properties'] = $properties;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement