first commit
This commit is contained in:
6
web/articles.php
Normal file
6
web/articles.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
use KupShop\ContentBundle\Controller\ArticlesController;
|
||||
use KupShop\KupShopBundle\Util\Compat\SymfonyBridge;
|
||||
|
||||
SymfonyBridge::handleController(ArticlesController::class.'::articlesAction', ['IDb' => getVal('IDb')]);
|
||||
Reference in New Issue
Block a user