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
Branches
No related tags found
1 merge request!62V2.0
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
......@@ -8,6 +8,7 @@ require_once 'user.class.php';
*/
class Actionlog {
private $_dbfile = '';
private $_aLoglevels = array("info", "warning", "error", "success"); // array of valid loglevels
private $_sIP = 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