diff --git a/Source/assets/html/code.twig b/Source/assets/html/code.twig index 85d90d5..7e98070 100644 --- a/Source/assets/html/code.twig +++ b/Source/assets/html/code.twig @@ -27,6 +27,12 @@ {% if page.otherV %}
View version's history
{% endif %} +
Se necesita tener JavaScript habilitado para poder ver los comentarios de la web.
+ +

Other implementations

{% if page.otherI %} diff --git a/Source/assets/html/header.twig b/Source/assets/html/header.twig index 58e1144..30e36c9 100644 --- a/Source/assets/html/header.twig +++ b/Source/assets/html/header.twig @@ -1,4 +1,4 @@
-

CodeShareBeta

+

CodeShare

Simple solutions for common problems

\ No newline at end of file diff --git a/Source/src/app.php b/Source/src/app.php index ca712ac..2fceece 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -150,7 +150,7 @@ function doc(){ function add(){ global $twig,$path,$user,$supported; - if(isset($user['IDU'])){ + if(!isset($user['IDU'])){ header("Location: ?page=login"); } if(isset($_POST['name'])){