1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-08 21:07:01 +02:00
parent b7dcc5be49
commit 0c984788c0
23 changed files with 1534 additions and 1521 deletions

10
engine/Plugin/Backend.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
/**
* Backend class
*/
class Backend
{
public static function main() { }
}