Changeset 1364

Show
Ignore:
Timestamp:
12/05/07 14:35:11 (1 year ago)
Author:
rho
Message:

fixed message at end of installation. check if directory permissiones should be
reverted.

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/install.php

    r1357 r1364  
    387387?> 
    388388            <p><?=t('Your configuration file has been saved, you can now proceed with the installation.') ?></p> 
     389 
     390<?php if (is_writable(dirname(__FILE__))) { ?> 
     391            <p><?=t('Please revert your permissions on your <em>elgg directory</em> for more security.') ?></p> 
     392<?php } else { ?> 
    389393            <p><?=t('Please revert your permissions on <code>config.php</code> for more security.') ?></p> 
     394<?php } ?> 
    390395            <div class="setup"> 
    391396<?php