mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
sudo may be needed to avoid warnings
This commit is contained in:
@@ -329,7 +329,7 @@ $t = $text['index'];
|
||||
if (file_exists($docRoot.$ICEcoderDir."/data/git-diff.php")) {
|
||||
echo "Looking for git status...";
|
||||
} else {
|
||||
echo "To provide git diff data to ICEcoder, please run 'php processes/system.php' as a background process (eg using 'nohup')";
|
||||
echo "To provide git diff data to ICEcoder, please run 'sudo php processes/system.php' as a background process (eg using 'nohup')";
|
||||
};?></div>
|
||||
<iframe name="contentFrame" id="content" src="editor.php" class="code" scrolling="no"></iframe>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user