streams/Zotlabs/Update/_1091.php

13 lines
195 B
PHP
Raw Normal View History

<?php
namespace Zotlabs\Update;
class _1091 {
function run() {
2020-03-04 02:24:26 +00:00
@os_mkdir('cache/smarty3',STORAGE_DEFAULT_PERMISSIONS,true);
@file_put_contents('cache/locks','');
return UPDATE_SUCCESS;
}
}