1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-11 20:46:52 +00:00
reactos/cis/ReactOS.RevisionISO/config.template.php

9 lines
122 B
PHP
Raw Normal View History

<?php
/* Rename to config.php */
define(ISO_BASE_URL, "http://www.server.com/iso/");
define(ISO_PATH, "C:\\iso\\");
?>