imgurl/config.php

6 lines
97 B
PHP

<?php
$config = array(
'domain' => 'http://localhost/imgurl/',
'watermark' => 'false'
);
?>