Viewing File: /home/maglabs/multicerame/wp-content/plugins/wp-reset/libs/pCloud/Config.php

<?php

namespace pCloud;

class Config {
	static $credentialPath = __DIR__ . DIRECTORY_SEPARATOR . "/app.cred";
	static $host = "https://api.pcloud.com/";
	static $curllib = "pCloud\Curl";
	static $filePartSize = 10485760;
}
Back to Directory File Manager