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>
|
||||
<general active="1">
|
||||
<plugin_name>Smarty Wrapper</plugin_name>
|
||||
|
@ -9,11 +9,11 @@
|
|||
<copyright>(c) 2017 Ortwin Pinke, PHP-Backoffice.de</copyright>
|
||||
<mail>info@php-backoffice.de</mail>
|
||||
<website>http://php-backoffice.de</website>
|
||||
<version>1.0.2</version>
|
||||
<version>1.1.0</version>
|
||||
<license>GNU Lesser General Public License</license>
|
||||
</general>
|
||||
<requirements php="5.4">
|
||||
<conlite minversion="2.0.2" />
|
||||
<requirements php="8.2">
|
||||
<conlite minversion="2.9.0" />
|
||||
</requirements>
|
||||
<conlite />
|
||||
</plugin>
|
|
@ -22,4 +22,3 @@ return array(
|
|||
'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php',
|
||||
'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php'
|
||||
);
|
||||
?>
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
global $load_client;
|
||||
/**
|
||||
* This file is the config file for this plugin
|
||||
*
|
||||
|
@ -34,4 +35,3 @@ try {
|
|||
} catch (Exception $e) {
|
||||
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
|
||||
}
|
||||
?>
|
Laden …
In neuem Issue referenzieren