Skip to content

Commit

Permalink
Fix include file + use markdown in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Oct 31, 2016
1 parent 908d802 commit 2223d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin/olpc_peru_filter/readme.txt → plugin/olpc_peru_filter/README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== English ==
## English

This plugin will create administration settings to configure the content
filtering on OLPC Peru's XS servers (uses Squid).
Expand Down Expand Up @@ -30,7 +30,7 @@ on the XS servers in Peru) is to install and configure Squid (yum install
squid) and add SquidGuard (see URL above), then finally change the permissions
on the configuration files as in the two last command lines above (with chmod)

== Spanish ==
## Spanish

Este plugin crea parámetros de administración para configurar el filtrado de
contenido en los servidores XS del proyecto Una Laptop Para Cada Niño en
Expand Down
4 changes: 2 additions & 2 deletions plugin/olpc_peru_filter/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/* OLPCPeruFilter parameters that will be registered in the course settings */

require_once '../../main/inc/global.inc.php';
require_once 'lib/olpc_peru_filter_plugin.class.php';
require_once __DIR__.'/../../main/inc/global.inc.php';
require_once __DIR__.'/lib/olpc_peru_filter_plugin.class.php';

/**
* Change these settings if your Squid files and directories are someplace else
Expand Down

0 comments on commit 2223d36

Please sign in to comment.