sEURL();
?>" rel="stylesheet" type="text/css">
oDataPath);
$oP->addComponent($sFilename);
$oF = new WYFile($oP);
$oF->setContent("write test");
$bPermOK = $oF->bWrite();
@$oF->bDelete();
?>
WebYep System Infos |
 |
Installed WebYep-Version
Version
Write Permission Error!
WebYep is not "prepared" and can not write any data!
--> How do I prepare WebYep?
Write Permission Check
WebYep was prepared correctly and has write permissions.
Image support
PHP can resize uploaded images on this server (GD lib with JPG support installed).
PHP cannot resize images on this server (no GD lib with JPG support installed)!
Installed Licenses
oDataPath);
$oP->addComponent("license");
$oF = new WYFile($oP);
$sContent = $oF->sContent();
$aLines = split("\r|\n|\r\n", $sContent);
$i = 0;
$iC = count($aLines);
if ($iC && $sContent) {
for ($i = 0; $i < $iC; $i++) {
echo "Lizenz " . ($i + 1) . ": ";
echo "" . $aLines[$i] . "
\n";
}
} else {
?>
No licenses installed - WebYep is running in demo mode.
--> Add License