File "start_video.php"

Full Path: /home/analogde/www/XTRAIL/WORKAREA/Upload_code/Transfert/start_video.php
File size: 379 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	session_start();
	
	//exec("/home/pi/mmal")
	//exec("./motion -n -c motion-mmalcam.conf");

	//echo "action";
	//echo exec('pwd');
	//echo shell_exec('cd /home/pi/mmal');
	$_SESSION['motion'] = "yes";
	chdir("/home/pi/mmal");
	//echo exec('pwd');
	//exec("sudo ./motion -n -c motion-mmalcam.conf");
	//echo "action";
	header("Location: http://82.234.53.234:8081");	
	
?>