PHP Classes

File: eSCL/Scans/index.php

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   eSCL/Scans/index.php   Download  
File: eSCL/Scans/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 246 bytes
 

Contents

Class file image Download
<?php
//error_reporting( -1 );
//ini_set( 'display_errors', 1 );
include_once('../../config.inc.php');
if (
$_SERVER['REQUEST_METHOD'] == 'DELETE')
{
        if (
$saveallesclfiles != 'yes')
        {
       
unlink ('XYZ.jpg');
        }
}


?>