View file install/views/scripts/install/vfs.tpl

File size: 805B
<?php
/**
 * SocialEngine
 *
 * @category   Application_Core
 * @package    Install
 * @copyright  Copyright 2006-2020 Webligo Developments
 * @license    http://www.socialengine.com/license/
 * @version    $Id: vfs.tpl 9747 2012-07-26 02:08:08Z john $
 * @author     John
 */
?>

<?php $this->headTitle($this->translate('Step %1$s', 2.1))->headTitle($this->translate('FTP Info')) ?>

<h1>
  <?php echo $this->translate('Step 2: Check Requirements (set permissions)') ?>
</h1>

<p>
  <?php echo $this->translate('To attempt to set permissions on your server automatically, please provide your FTP information here. If you would prefer to do this manually, you can return to the list of requirements to review the permissions that need changing.') ?>
</p>

<br />

<?php echo $this->form->render($this) ?>