mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
f5ef0f7c0f
svn path=/trunk/; revision=16814
8 lines
122 B
PHP
8 lines
122 B
PHP
<?php
|
|
|
|
/* Rename to config.php */
|
|
|
|
define(ISO_BASE_URL, "http://www.server.com/iso/");
|
|
define(ISO_PATH, "C:\\iso\\");
|
|
|
|
?>
|