├── LICENSE ├── README.md ├── logo.png ├── nextcloud.php ├── stats.php └── templates └── overview.tpl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/logo.png -------------------------------------------------------------------------------- /nextcloud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/nextcloud.php -------------------------------------------------------------------------------- /stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/stats.php -------------------------------------------------------------------------------- /templates/overview.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xervers/NextCloud4WHMCS/HEAD/templates/overview.tpl --------------------------------------------------------------------------------