LEPTON CMS 7.0.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
class.secure.php
Go to the documentation of this file.
1<?php
2
17// @DEPRECATED_TEMP 20230517, this file will be removed soon
18//echo debug_print_backtrace();
19// echo('<a href="https://doc.lepton-cms.org/docu/english/core/lepton-coding-styles.php" target="_blank"><u>click here</u></a><br>');
20$temp = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 1);
22//echo LEPTON_tools::display($temp);
23 echo "<script>
24 console.log('Deprecated call of class_secure! Use the version from \'https://doc.lepton-cms.org/docu/english/core/lepton-coding-styles.php\' instead!');
25 console.log('-->[File]: ".$getInfo['file']."');
26 console.log('-->[Line]: ".$getInfo['line']."');
27</script>";
28
29require_once 'secure.php';
$temp
$getInfo