Updated Readme and Example Config

This commit is contained in:
xevidos 2018-07-27 14:19:11 -04:00
parent 7c01c4c809
commit 5f0a158c9a
2 changed files with 15 additions and 14 deletions

View file

@ -11,14 +11,14 @@ Distributed under the MIT-Style License. See LICENSE.txt file for more informati
Features:
* 132 Native programming languages supported.
* Auto Complete ( CTRL + Space )
* Auto Save
* Collaborative Editing
* Multi Cursor
* PHP 7.2 Compatibility
* Self updating
* Split editor mode
* Themes
* Auto Complete ( CTRL + Space ).
* Auto Save.
* Collaborative Editing.
* Multi Cursor.
* PHP 7.2 Compatibility.
* Self updating.
* Split editor mode.
* Themes.
When you see a - in front of a task that means it is a possibility but we aren't sure we will add it yet.
@ -31,11 +31,12 @@ Task List:
* -Add ability to see what people are highlighting in collaboration mode.
* Add custom market.
* Add if file could not be saved 5 times close the editor.
* Add multi level users. ( Projects for only certain groups, Permission levels )
* Add mobile compatibility.
---
* Clean up Collaborative compatibility.
* Clean up update script.
---
* Fix [WangYihangs execution exploit](https://github.com/WangYihang/Codiad-Remote-Code-Execute-Exploit)
* Fix site settings identification issue.
@ -44,8 +45,8 @@ Completed:
* Add Auto Save.
* Add Self Updating Script.
* Add Site renaming.
---
* Fix Auto Complete.
* Fix JS errors already showing.
* Update for PHP 7.2.
---
* Updated for PHP 7.2.

View file

@ -35,7 +35,7 @@ date_default_timezone_set("America/Chicago");
//define("AUTH_PATH", "/path/to/customauth.php");
// Site Name
define("SITE_NAME", "Codiad");
//define("SITE_NAME", "My Site Name");
//////////////////////////////////////////////////////////////////
// ** DO NOT EDIT CONFIG BELOW **