Files

12 lines
351 B
PHP
Raw Permalink Normal View History

2024-02-10 00:55:26 +01:00
--- lib/Template.php.orig 2024-01-10 22:23:54 UTC
2023-10-24 04:43:43 +02:00
+++ lib/Template.php
2024-02-10 00:55:26 +01:00
@@ -58,6 +58,8 @@ class Template extends xmlTemplate {
2023-10-24 04:43:43 +02:00
# Template RDN attributes
private $rdn;
+ private $askcontainer;
+
public function __construct($server_id,$name='',$filename=null,$type=null,$id=null) {
parent::__construct($server_id,$name,$filename,$type,$id);