projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
41fa5f8
)
Minor: indent fix
author
Alain Peyrat
<aljeux@free.fr>
Fri, 12 Mar 2010 09:18:32 +0000
(09:18 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Fri, 12 Mar 2010 09:18:32 +0000
(09:18 +0000)
gforge/www/admin/configman.php
patch
|
blob
|
history
diff --git
a/gforge/www/admin/configman.php
b/gforge/www/admin/configman.php
index 9cd6a527f1c09c8934013c9ff47bfefa91b6e73a..965b966da42b6b404a08f8ca537bb688aca98323 100644
(file)
--- a/
gforge/www/admin/configman.php
+++ b/
gforge/www/admin/configman.php
@@
-183,7
+183,7
@@
function updateVars($vars,$filepath) {
// Open readonly but tell you can't write
$handle = fopen($filepath,'r');
$has_write = false;
// Open readonly but tell you can't write
$handle = fopen($filepath,'r');
$has_write = false;
-
$feedback .= sprintf(_("Could not open %s file for read/write. Check the permissions for apache."), $filepath).'<br />';
+ $feedback .= sprintf(_("Could not open %s file for read/write. Check the permissions for apache."), $filepath).'<br />';
}
if ($handle){
fclose($handle); // we had to open it in r+ because we need to check we'll be able to save it later
}
if ($handle){
fclose($handle); // we had to open it in r+ because we need to check we'll be able to save it later
@@
-244,7
+244,7
@@
function updateVars($vars,$filepath) {
}
}
echo $HTML->listTableBottom();
}
}
echo $HTML->listTableBottom();
- /*echo '<br><center>' . html_build_rich_textarea('filedata',30,150,$filedata,false) . '</center>';*/
+ /*echo '<br
/
><center>' . html_build_rich_textarea('filedata',30,150,$filedata,false) . '</center>';*/
echo '<br />';
if ($has_write) {
echo '<div align="center"><input type="submit" name="doedit" value="' . _('Save') .'"/></div>';
echo '<br />';
if ($has_write) {
echo '<div align="center"><input type="submit" name="doedit" value="' . _('Save') .'"/></div>';