language:
Deutsch (de_DE)
English (en_US)
Español (es_ES)
Français (fr_FR)
Italiano (it_IT)
日本語 (ja_JP)
Русский (ru_RU)
Türkçe (tr_TR)
中文简体 (zh_CN)
projects
/
busui.git
/ commitdiff
commit
author
committer
file
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
side by side
|
plain
adding hello world
adding hello world
file:
b/index.php
(new)
--- /dev/null
+++ b/index.php
@@ -1,1 +1,2 @@
+<?php echo "Hello world!"; ?>