mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
rename posterg → xamxam throughout: nginx conf, scripts, PHP source, docs
This commit is contained in:
@@ -38,7 +38,7 @@ foreach ($watchDirs as $dir) {
|
||||
}
|
||||
|
||||
$fingerprint = md5($hash);
|
||||
$stateFile = sys_get_temp_dir() . '/posterg-live-reload.txt';
|
||||
$stateFile = sys_get_temp_dir() . '/xamxam-live-reload.txt';
|
||||
|
||||
$prev = file_exists($stateFile) ? file_get_contents($stateFile) : null;
|
||||
// First visit: write baseline, don't fire a reload
|
||||
|
||||
Reference in New Issue
Block a user