本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
topisto
/
www
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
limiter aux articles commençant par "20"
develop
MEUNIER Thibaud
7 年之前
父節點
537c61e8a3
當前提交
48cc573c1c
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.php
+ 1
- 1
index.php
查看文件
@ -160,7 +160,7 @@
<?php
$odd_even = 0;
$liste = '';
foreach (glob("articles/*/header.html") as $filename) {
foreach (glob("articles/
20
*/header.html") as $filename) {
$article = basename(dirname($filename));
$odd_even = 1 - $odd_even;
$header = file_get_contents($filename);
Write
Preview
Loading…
取消
儲存