One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/sh | |
| # /etc/init.d/mjpg_streamer.sh | |
| # v0.2 phillips321.co.uk | |
| ### BEGIN INIT INFO | |
| # Provides: mjpg_streamer.sh | |
| # Required-Start: $network | |
| # Required-Stop: $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: mjpg_streamer for webcam |
| <?php | |
| namespace Ormigo\Bundle\BackofficeBundle\Menu; | |
| use Knp\Menu\FactoryInterface; | |
| use Symfony\Component\DependencyInjection\ContainerAware; | |
| use Ormigo\Bundle\UserBundle\Model\User\UserQuery; | |
| use Symfony\Component\Security\Core\Role\SwitchUserRole; |
| <?php | |
| namespace Linkofy\CommonBundle\Menu; | |
| use Knp\Menu\FactoryInterface; | |
| use Symfony\Component\DependencyInjection\ContainerAware; | |
| class Builder extends ContainerAware | |
| { | |
| public function mainMenu(FactoryInterface $factory, array $options) |