streams/Zotlabs/Update/_1091.php

15 lines
238 B
PHP
Raw Normal View History

<?php
namespace Zotlabs\Update;
2021-12-02 23:02:31 +00:00
class _1091
{
public function run()
{
@os_mkdir('cache/smarty3', STORAGE_DEFAULT_PERMISSIONS, true);
@file_put_contents('cache/locks', '');
return UPDATE_SUCCESS;
}
}