shorturl/config.example.php

8 lines
264 B
PHP
Raw Normal View History

2013-10-09 15:00:00 +02:00
<?php
// The file to which we should store the data
define('DATA_FILE', 'data');
// The base URL with which you will access the script. No trailing slash.
define('BASE_URL', 'http://localhost/tinyURL');
// Max number of URLs to keep
define('MAX_SAVED_URLS', 100);