/home/sharedstore/public_html/prestashop.sharedstore.ma/bin
NameSizeModeActions
.htaccess1700644editdlrm
console8520644editdlrm
symfony_requirements39350644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/bin/console (852B)
#!/usr/bin/env php getParameterOption(['--env', '-e'], getenv('SYMFONY_ENV') ?: 'dev'); $debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(['--no-debug', '']) && $env !== 'prod'; if ($debug) { Debug::enable(); } $kernel = new AppKernel($env, $debug); $application = new Application($kernel); $application->run($input);