OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
tools.php
Go to the documentation of this file.
1 <?php
2 
8 class Tools extends oxAdminView
9 {
16  public function render()
17  {
18  if ( $this->getConfig()->isDemoShop() ) {
19  return oxRegistry::getUtils()->showMessageAndExit( "Access denied !" );
20  }
21 
23  return "tools.tpl";
24  }
25 }