Ejemplo n.º 1
0
    if (!InstallUtils::configFileIsWriteable()) {
        ?>
    <h2><?php 
        echo $string['updatefromversion'] . ' ' . $configObject->get('rogo_version') . ' to ' . $version;
        ?>
</h2>
    <div><?php 
        echo $string['warning1'];
        ?>
</div>
    <div><?php 
        echo $string['warning2'];
        ?>
</div>
    <?php 
    } elseif (!InstallUtils::configPathIsWriteable()) {
        ?>
    <h2><?php 
        echo $string['updatefromversion'] . ' ' . $configObject->get('rogo_version') . ' to ' . $version;
        ?>
</h2>
    <div><?php 
        echo $string['warning3'];
        ?>
</div>
    <div><?php 
        echo $string['warning4'];
        ?>
</div>
    <?php 
    } else {