6 lines
352 B
PHP
6 lines
352 B
PHP
<?php
|
|
|
|
# Set default user ID to fit expectation of old tests.
|
|
\OxidEsales\Eshop\Core\DatabaseProvider::getDb()->execute("UPDATE oxuser SET OXID='oxdefaultadmin' WHERE oxusername='admin'");
|
|
# Activate Azure theme
|
|
\OxidEsales\Eshop\Core\DatabaseProvider::getDb()->execute("UPDATE `oxconfig` SET `OXVARVALUE` = 0x4db70f6d1a WHERE `OXVARNAME` = 'sTheme'"); |