MIT License
This commit is contained in:
parent
3e52d937af
commit
85b9109be1
|
@ -26,3 +26,7 @@ Installation guide
|
||||||
2. Extract the zip file into a directory like `bludit`.
|
2. Extract the zip file into a directory like `bludit`.
|
||||||
3. Upload the directory `bludit` on your hosting.
|
3. Upload the directory `bludit` on your hosting.
|
||||||
4. Done!
|
4. Done!
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
Bludit is opensource software licensed under the [MIT license](https://tldrlegal.com/license/mit-license)
|
|
@ -0,0 +1,2 @@
|
||||||
|
Set the correct permissions on this directory.
|
||||||
|
Check the documentation: http://docs.bludit.com/en/troubleshooting/writing-test-failure-err205
|
|
@ -4,7 +4,7 @@
|
||||||
* Bludit
|
* Bludit
|
||||||
* http://www.bludit.com
|
* http://www.bludit.com
|
||||||
* Author Diego Najar
|
* Author Diego Najar
|
||||||
* All Bludit code is released under the GNU General Public License.
|
* Bludit is opensource software licensed under the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Check installation
|
// Check installation
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Bludit
|
||||||
|
* http://www.bludit.com
|
||||||
|
* Author Diego Najar
|
||||||
|
* Bludit is opensource software licensed under the MIT license.
|
||||||
|
*/
|
||||||
|
|
||||||
// Security constant
|
// Security constant
|
||||||
define('BLUDIT', true);
|
define('BLUDIT', true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue