Commits vergleichen
3 Commits
14fa6ac302
...
2f80a087f9
Autor | SHA1 | Datum | |
---|---|---|---|
2f80a087f9 | |||
bdd28a6203 | |||
2e8a56d679 |
4 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
1
.gitignore
gevendort
Normale Datei
1
.gitignore
gevendort
Normale Datei
|
@ -0,0 +1 @@
|
||||||
|
.idea/*
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
<general active="1">
|
<general active="1">
|
||||||
<plugin_name>Smarty Wrapper</plugin_name>
|
<plugin_name>Smarty Wrapper</plugin_name>
|
||||||
|
@ -9,11 +9,11 @@
|
||||||
<copyright>(c) 2017 Ortwin Pinke, PHP-Backoffice.de</copyright>
|
<copyright>(c) 2017 Ortwin Pinke, PHP-Backoffice.de</copyright>
|
||||||
<mail>info@php-backoffice.de</mail>
|
<mail>info@php-backoffice.de</mail>
|
||||||
<website>http://php-backoffice.de</website>
|
<website>http://php-backoffice.de</website>
|
||||||
<version>1.0.2</version>
|
<version>1.1.0</version>
|
||||||
<license>GNU Lesser General Public License</license>
|
<license>GNU Lesser General Public License</license>
|
||||||
</general>
|
</general>
|
||||||
<requirements php="5.4">
|
<requirements php="8.2">
|
||||||
<conlite minversion="2.0.2" />
|
<conlite minversion="2.9.0" />
|
||||||
</requirements>
|
</requirements>
|
||||||
<conlite />
|
<conlite />
|
||||||
</plugin>
|
</plugin>
|
|
@ -22,4 +22,3 @@ return array(
|
||||||
'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php',
|
'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php',
|
||||||
'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php'
|
'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php'
|
||||||
);
|
);
|
||||||
?>
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
global $load_client;
|
||||||
/**
|
/**
|
||||||
* This file is the config file for this plugin
|
* This file is the config file for this plugin
|
||||||
*
|
*
|
||||||
|
@ -34,4 +35,3 @@ try {
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
|
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
|
||||||
}
|
}
|
||||||
?>
|
|
Laden …
In neuem Issue referenzieren