Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/DEBUG/

ffmpeg_testing.php
force_verify_timeout.php
reset_session.php
test_upload.php
uploads/

force_verify_timeout.php

5 lines ASCII Windows (CRLF)
<?php
session_start
();

$_SESSION['verifyStart'] = 0.0;
?>