X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;ds=sidebyside;f=application%2Fconfig%2Fp2p-tube.php;h=35ba1df717ea8775eba13601ba25beb5c1e549ad;hb=b56dce7ae724d5b955a96d7d3d5b3b476d2e28fb;hp=a35cddcae09676eb7ea3636189cc09a38147cafa;hpb=faf92fa039c2be353c94d0d0e8e488e56eaa5058;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index a35cddc..35ba1df 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -1,6 +1,6 @@ 'movies', 2 => 'tech-talks', 3 => 'events', 4 => 'karaoke'); +$config['categories'] = array( + 1 => 'movies', + 2 => 'tech-talks', + 3 => 'events', + 4 => 'karaoke' +); /* |-------------------------------------------------------------------------- @@ -155,4 +160,15 @@ $config['available_languages_list'] = array( | like account activation e-mail or password recovery. | */ -$config['noreply_email'] = 'no-reply@p2p-next.cs.pub.ro'; \ No newline at end of file +$config['noreply_email'] = 'no-reply@p2p-next.cs.pub.ro'; + +/* +|-------------------------------------------------------------------------- +| Require Moderation +|-------------------------------------------------------------------------- +| +| Set whether or not a new uploaded video must be aproved by an +| administrator. +| +*/ +$config['require_moderation'] = FALSE; \ No newline at end of file