mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 09:56:56 +01:00
* [ADD] Travis CI
This commit is contained in:
@@ -150,4 +150,6 @@ function getResource($dir, $file)
|
||||
function saveResource($dir, $file, $data)
|
||||
{
|
||||
return file_put_contents(RESOURCE_DIR . DIRECTORY_SEPARATOR . $dir . DIRECTORY_SEPARATOR . $file, $data);
|
||||
}
|
||||
}
|
||||
|
||||
print 'APP_ROOT=' . APP_ROOT;
|
||||
Reference in New Issue
Block a user