- <?php
- require_once('photo.conf.php');
- require_once("../include/syno_conf.php");
- require_once(SYNOPHOTO_INCLUDE_ALBUM_UTIL);
- require_once(SYNOPHOTO_INCLUDE_GPS_UTIL);
-
- require_once(PHOTO_CONF_WEBAPI_SERVICE_INCLUDE_PATH);
- require_once(SZ_WEBAPI_CLASS_PATH);
|