Play images and video from Synology PhotoStation server

tag.inc.php 275B

123456789
  1. <?php
  2. require_once('tag.conf.php');
  3. require_once("../include/syno_conf.php");
  4. require_once("../include/label.php");
  5. require_once("../include/item_label.php");
  6. require_once(TAG_CONF_WEBAPI_SERVICE_INCLUDE_PATH);
  7. require_once(SZ_WEBAPI_CLASS_PATH);
  8. ?>