Revision 317
Added by stefan over 19 years ago
| move_up.php | ||
|---|---|---|
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
require('../../config.php');
|
|
| 26 |
require('../../config.php');
|
|
| 27 | 27 |
|
| 28 | 28 |
// Get id |
| 29 | 29 |
if(!isset($_GET['post_id']) OR !is_numeric($_GET['post_id'])) {
|
Also available in: Unified diff
Changed all line endings to Unix stlye