- new Comment class
- improved performances (much less duplicated mysql queries) - less code and better error handling - informs the whole thread when posting new comment - fix various bugs
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* application environment
|
||||
*/
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
require(BASE."include/"."comments.php");
|
||||
include(BASE."include/incl.php");
|
||||
require(BASE."include/comment.php");
|
||||
|
||||
apidb_header("Comments");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user