Skip to content
Snippets Groups Projects
Commit 7e80af77 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

php 8.2 fix

parent 0bb100a0
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -8,6 +8,7 @@ require_once 'user.class.php'; ...@@ -8,6 +8,7 @@ require_once 'user.class.php';
*/ */
class Actionlog { class Actionlog {
private $_dbfile = '';
private $_aLoglevels = array("info", "warning", "error", "success"); // array of valid loglevels private $_aLoglevels = array("info", "warning", "error", "success"); // array of valid loglevels
private $_sIP = false; private $_sIP = false;
private $_sUser = false; private $_sUser = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment