Modified php
This commit is contained in:
parent
104dcb2fc2
commit
9b12c8dcdb
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// MAIN CONFIGURATION
|
||||
$page_title = "Scanimage Web GUI"; // Name to be displayed on top of page as well as page title
|
||||
$user_message = "Use the drop-downs below to set preferences. Load documents in the feeder and press "Scan". When the job completes, you will be able to pick your file from the selection at the bottom of the page."; // Text welcome message for user under title
|
||||
$user_message = "Use the drop-downs below to set preferences. Load documents in the feeder and press \"Scan\". When the job completes, you will be able to pick your file from the selection at the bottom of the page."; // Text welcome message for user under title
|
||||
// DIRECTORIES
|
||||
$app_dir = "/var/www/scan/"; // Absolute path to where this app directory is - must end with a /
|
||||
$scan_dir = "scans/"; // Relative path inside application directory that holds the scans - must end with a /
|
||||
|
Loading…
Reference in New Issue
Block a user