summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/node.module b/modules/node.module
index 90abd53e9..9ea8d1052 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1,6 +1,11 @@
<?php
// $Id$
+/**
+ * @file
+ * The core that allows content to be submitted to the site.
+ */
+
define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60);
/**