File "debug_mode.php"

Full Path: /home/analogde/www/DCIM/Auto/CHESS_2022/debug_mode.php
File size: 63 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	session_start();
	
	$_SESSION['debug_mode'] = true;

?>