diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-12-23 01:43:53 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-12-23 01:43:53 +0100 |
commit | df0658f7e10d2bf87460195f792398d16eee811e (patch) | |
tree | 1f7720ecc6c3ca5e94e84022766121f6f677c88f /ratatoeskr/sys/plugin_api.php | |
parent | 7d6a5eca4e0a38ae615634542859d29ab79c94e8 (diff) | |
download | ratatoeskr-cms-df0658f7e10d2bf87460195f792398d16eee811e.tar.gz ratatoeskr-cms-df0658f7e10d2bf87460195f792398d16eee811e.tar.bz2 ratatoeskr-cms-df0658f7e10d2bf87460195f792398d16eee811e.zip |
Added plugin management to bakend and fixed db models.
Diffstat (limited to 'ratatoeskr/sys/plugin_api.php')
-rw-r--r-- | ratatoeskr/sys/plugin_api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/plugin_api.php b/ratatoeskr/sys/plugin_api.php index 362fd9e..f34a42a 100644 --- a/ratatoeskr/sys/plugin_api.php +++ b/ratatoeskr/sys/plugin_api.php @@ -15,7 +15,7 @@ require_once(dirname(__FILE__) . "/../frontend.php"); /* * Constant: APIVERSION - * The current API version. + * The current API version (1). */ define("APIVERSION", 1); |