This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
gyfl
/
access
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
0596455e96
Dallar
Biçim İmleri
dev
dockerenv
master
test
access
/
application
/
index
/
controller
/
Index.php
Index.php
117 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
<?php
namespace app\index\controller;
class Index
{
public function index()
{
echo 'index';
}
}