Merge and improve pull-request #666 (custom stylesheet)
This commit is contained in:
@@ -6,7 +6,13 @@ use PDO;
|
||||
use Core\Security;
|
||||
use Model\Link;
|
||||
|
||||
const VERSION = 53;
|
||||
const VERSION = 54;
|
||||
|
||||
function version_54($pdo)
|
||||
{
|
||||
$rq = $pdo->prepare('INSERT INTO settings VALUES (?, ?)');
|
||||
$rq->execute(array('application_stylesheet', ''));
|
||||
}
|
||||
|
||||
function version_53($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user