This is a comment on Disable page versioning in WackoWiki, posted by coffe1nk at 06/24/2026 18:05

View source for Re: Disable page versioning in WackoWiki

Got it, the solution is to edit action/hashid.php and change the default value from:

if (!isset($version)) $version = 1;

to:

if (!isset($version)) $version = 0;


ChatGPT helped me find this solution :D.