Skip to content

Commit 2c8c0ad

Browse files
committed
Documents: Disable create_paint.php save_pixlr.php (Deprecated)
1 parent 03a80ae commit 2c8c0ad

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

main/document/create_paint.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
2+
23
/* For licensing terms, see /license.txt */
34

5+
exit;
6+
47
use ChamiloSession as Session;
58

69
/**

main/document/save_pixlr.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
use ChamiloSession as Session;
55

6+
exit;
7+
68
/**
79
* This file allows creating new svg and png documents with an online editor.
810
*

0 commit comments

Comments
 (0)