FreeBSD Bugzilla – Attachment 83563 Details for
Bug 119347
[NEW PORT] www/codeigniter: A framework for developing PHP web applications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
codeigniter-1.5.4.shar
codeigniter-1.5.4.shar (text/plain), 23.18 KB, created by
Greg Larkin
on 2008-01-05 01:00:02 UTC
(
hide
)
Description:
codeigniter-1.5.4.shar
Filename:
MIME Type:
Creator:
Greg Larkin
Created:
2008-01-05 01:00:02 UTC
Size:
23.18 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># codeigniter ># codeigniter/files ># codeigniter/files/codeigniter-production.conf.in ># codeigniter/files/pkg-message.in ># codeigniter/files/codeigniter-development.conf.in ># codeigniter/files/codeigniter-development-cgi.conf.in ># codeigniter/files/codeigniter-production-cgi.conf.in ># codeigniter/Makefile ># codeigniter/distinfo ># codeigniter/pkg-descr ># codeigniter/pkg-plist ># >echo c - codeigniter >mkdir -p codeigniter > /dev/null 2>&1 >echo c - codeigniter/files >mkdir -p codeigniter/files > /dev/null 2>&1 >echo x - codeigniter/files/codeigniter-production.conf.in >sed 's/^X//' >codeigniter/files/codeigniter-production.conf.in << 'END-of-codeigniter/files/codeigniter-production.conf.in' >XAddType application/x-httpd-php .php >XAddType application/x-httpd-php-source .phps >XDirectoryIndex index.php index.html >X >XDocumentRoot %%WWWDIR%% >X%%HASHMARK%%Alias /user_guide %%DOCSDIR%% >X >X%%HASHMARK%%<Location /user_guide> >X%%HASHMARK%% Order deny,allow >X%%HASHMARK%% Allow from all >X%%HASHMARK%%</Location> >X >X<Location /> >X Order deny,allow >X Allow from all >X</Location> >END-of-codeigniter/files/codeigniter-production.conf.in >echo x - codeigniter/files/pkg-message.in >sed 's/^X//' >codeigniter/files/pkg-message.in << 'END-of-codeigniter/files/pkg-message.in' >X >X********************************************************************* >XYou have just installed the CodeIgniter web application framework. >X >XNote that you should restart your Apache web server to ensure that >Xthe CodeIgniter configuration file is loaded. >X >XOptional post-installation instructions include: >X >X- Open the %%WWWDIR%%/system/application/config/config.php >X file with a text editor and set your base URL. >X >X- If you intend to use a database, open the >X %%WWWDIR%%/system/application/config/database.php >X file with a text editor and set your database settings. >END-of-codeigniter/files/pkg-message.in >echo x - codeigniter/files/codeigniter-development.conf.in >sed 's/^X//' >codeigniter/files/codeigniter-development.conf.in << 'END-of-codeigniter/files/codeigniter-development.conf.in' >XAddType application/x-httpd-php .php >XAddType application/x-httpd-php-source .phps >XDirectoryIndex index.php index.html >X >X%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% >XAlias /codeigniter %%WWWDIR%% >X >X%%HASHMARK%%<Directory %%DOCSDIR%%> >X%%HASHMARK%% Order deny,allow >X%%HASHMARK%% Allow from all >X%%HASHMARK%%</Directory> >X >X<Location /codeigniter> >X Order deny,allow >X Allow from all >X</Location> >END-of-codeigniter/files/codeigniter-development.conf.in >echo x - codeigniter/files/codeigniter-development-cgi.conf.in >sed 's/^X//' >codeigniter/files/codeigniter-development-cgi.conf.in << 'END-of-codeigniter/files/codeigniter-development-cgi.conf.in' >XAddType application/x-httpd-php .php >XAddType application/x-httpd-php-source .phps >XDirectoryIndex index.php index.html >X >XAction php-script %%PHPCGI%% >XAddHandler php-script .php >X >X%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% >XAlias /codeigniter %%WWWDIR%% >X >X%%HASHMARK%%<Directory %%DOCSDIR%%> >X%%HASHMARK%% Order deny,allow >X%%HASHMARK%% Allow from all >X%%HASHMARK%%</Directory> >X >X<Location /codeigniter> >X Order deny,allow >X Allow from all >X</Location> >END-of-codeigniter/files/codeigniter-development-cgi.conf.in >echo x - codeigniter/files/codeigniter-production-cgi.conf.in >sed 's/^X//' >codeigniter/files/codeigniter-production-cgi.conf.in << 'END-of-codeigniter/files/codeigniter-production-cgi.conf.in' >XAddType application/x-httpd-php .php >XAddType application/x-httpd-php-source .phps >XDirectoryIndex index.php index.html >X >XAction php-script %%PHPCGI%% >XAddHandler php-script .php >X >XDocumentRoot %%WWWDIR%% >X%%HASHMARK%%Alias /user_guide %%DOCSDIR%% >X >X%%HASHMARK%%<Location /user_guide> >X%%HASHMARK%% Order deny,allow >X%%HASHMARK%% Allow from all >X%%HASHMARK%%</Location> >X >X<Location /> >X Order deny,allow >X Allow from all >X</Location> >END-of-codeigniter/files/codeigniter-production-cgi.conf.in >echo x - codeigniter/Makefile >sed 's/^X//' >codeigniter/Makefile << 'END-of-codeigniter/Makefile' >X# New ports collection makefile for: codeigniter >X# Date created: 04 January 2008 >X# Whom: Greg Larkin <glarkin@sourcehosting.net> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= codeigniter >XPORTVERSION= 1.5.4 >XCATEGORIES= www >XMASTER_SITES= http://codeigniter.com/downloads/ >XDISTNAME= CodeIgniter_${PORTVERSION} >X >XMAINTAINER= glarkin@sourcehosting.net >XCOMMENT= A framework for developing PHP web applications >X >XUSE_ZIP= yes >X >XUSE_APACHE= 2.0+ >X >XNO_BUILD= yes >XUSE_PHP= session pcre >XWANT_PHP_WEB= yes >X >XSUB_FILES= pkg-message >X >XOPTIONS= PROD "Install for production server (see: make confighelp)" Off \ >X MSSQL "Install MSSQL support for PHP" Off \ >X MYSQL "Install MySQL support for PHP" Off \ >X MYSQLI "Install MySQLi support for PHP" Off \ >X OCI8 "Install OCI8 support for PHP" Off \ >X ODBC "Install ODBC support for PHP" Off \ >X PGSQL "Install PostgreSQL support for PHP" Off \ >X SQLITE "Install SQLite support for PHP" Off >X >XPLIST_SUB+= CONFDIR=${CONFDIR_REL} >X >XCONFDIR= ${PREFIX}/${CONFDIR_REL} >XCONFDIR_REL= ${APACHEETCDIR}/Includes >X >X.include <bsd.port.pre.mk> >X >XWITH_PHP_CGI?= /cgi-bin/php >X >X.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == "" >XCGI_EXT= -cgi >X.else >XCGI_EXT= >X.endif >X >XDEFAULT_PHP_VER=5 >X >XSUB_LIST+= PHPCGI=${WITH_PHP_CGI} >X >X.if defined(WITH_PROD) >XPROD= production >X.else >XPROD= development >X.endif >X >X.if defined(WITH_MSSQL) >XUSE_PHP+= mssql >X.endif >X >X.if defined(WITH_MYSQL) >XUSE_PHP+= mysql >X.endif >X >X.if defined(WITH_MYSQLI) >XUSE_PHP+= mysqli >X.endif >X >X.if defined(WITH_OCI8) >XUSE_PHP+= oci8 >X.endif >X >X.if defined(WITH_ODBC) >XUSE_PHP+= odbc >X.endif >X >X.if defined(WITH_PGSQL) >XUSE_PHP+= pgsql >X.endif >X >X.if defined(WITH_SQLITE) >XUSE_PHP+= sqlite >X.endif >X >X.if defined(NOPORTDOCS) >XSUB_LIST+= HASHMARK=\# >X.else >XSUB_LIST+= HASHMARK= >X.endif >X >XCONF= codeigniter-${PROD}${CGI_EXT}.conf >XSUB_FILES+= ${CONF} >X >Xconfighelp: >X @${ECHO_MSG} "" >X @${ECHO_MSG} "On a production server, the Apache DocumentRoot is" >X @${ECHO_MSG} "updated to point to the CodeIgniter webroot directory." >X @${ECHO_MSG} "In this configuration, the CodeIgniter application is" >X @${ECHO_MSG} "accessed at http://www.myservername.com/." >X @${ECHO_MSG} "" >X @${ECHO_MSG} "A non-production server, CodeIgniter is installed at" >X @${ECHO_MSG} "the /codeigniter URL, and the CodeIgniter application is" >X @${ECHO_MSG} "accessed at http://www.myservername.com/codeigniter/." >X @${ECHO_MSG} "" >X @${ECHO_MSG} "For more information, please see:" >X @${ECHO_MSG} "http://codeigniter.com/user_guide/installation/index.html" >X @${ECHO_MSG} "" >X >Xdo-install: >X @${MKDIR} ${WWWDIR} >X ${CP} -R ${WRKSRC}/index.php \ >X ${WRKSRC}/system ${WWWDIR} >X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} >X ${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 >X ${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 >X >Xpost-install: >X @if [ -d "${CONFDIR}" ]; then \ >X ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/codeigniter.conf; \ >X else \ >X ${ECHO_MSG} "" ; \ >X ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \ >X ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \ >X ${ECHO_MSG} "so I cannot install codeigniter.conf there!" ; \ >X ${ECHO_MSG} "" ; \ >X ${FALSE} ; \ >X fi >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X @(cd ${WRKSRC}/user_guide/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/) >X.endif >X @${CAT} ${PKGMESSAGE} >X.if ${CGI_EXT} == "-cgi" >X @${ECHO_MSG} "" >X @${ECHO_MSG} "Your CodeIgniter installation was configured to use the PHP CGI binary." >X @${ECHO_MSG} "The PHP CGI binary is expected to be referenced by the URL:" >X @${ECHO_MSG} "" >X @${ECHO_MSG} " ${WITH_PHP_CGI}" >X @${ECHO_MSG} "" >X @${ECHO_MSG} "If this is incorrect, reinstall the port with the WITH_PHP_CGI knob" >X @${ECHO_MSG} "set to the correct URL." >X.endif >X @${ECHO_MSG} "*********************************************************************" >X >X.include <bsd.port.post.mk> >END-of-codeigniter/Makefile >echo x - codeigniter/distinfo >sed 's/^X//' >codeigniter/distinfo << 'END-of-codeigniter/distinfo' >XMD5 (CodeIgniter_1.5.4.zip) = 0d6cc66b01d5ddecde483b3d5f51e4f8 >XSHA256 (CodeIgniter_1.5.4.zip) = cfa6dde5779bac4d574102c0612e6857d8eee8c14b3e11cc753804010293bc36 >XSIZE (CodeIgniter_1.5.4.zip) = 774098 >END-of-codeigniter/distinfo >echo x - codeigniter/pkg-descr >sed 's/^X//' >codeigniter/pkg-descr << 'END-of-codeigniter/pkg-descr' >XCodeIgniter is a powerful PHP framework with a very small footprint, >Xbuilt for PHP coders who need a simple and elegant toolkit to create >Xfull-featured web applications. >X >XWWW: http://www.codeigniter.com/ >X- Greg Larkin >Xglarkin@sourcehosting.net >END-of-codeigniter/pkg-descr >echo x - codeigniter/pkg-plist >sed 's/^X//' >codeigniter/pkg-plist << 'END-of-codeigniter/pkg-plist' >X%%CONFDIR%%/codeigniter.conf >X%%PORTDOCS%%%%DOCSDIR%%/changelog.html >X%%PORTDOCS%%%%DOCSDIR%%/database/active_record.html >X%%PORTDOCS%%%%DOCSDIR%%/database/caching.html >X%%PORTDOCS%%%%DOCSDIR%%/database/call_function.html >X%%PORTDOCS%%%%DOCSDIR%%/database/configuration.html >X%%PORTDOCS%%%%DOCSDIR%%/database/connecting.html >X%%PORTDOCS%%%%DOCSDIR%%/database/examples.html >X%%PORTDOCS%%%%DOCSDIR%%/database/fields.html >X%%PORTDOCS%%%%DOCSDIR%%/database/helpers.html >X%%PORTDOCS%%%%DOCSDIR%%/database/index.html >X%%PORTDOCS%%%%DOCSDIR%%/database/queries.html >X%%PORTDOCS%%%%DOCSDIR%%/database/results.html >X%%PORTDOCS%%%%DOCSDIR%%/database/table_data.html >X%%PORTDOCS%%%%DOCSDIR%%/database/transactions.html >X%%PORTDOCS%%%%DOCSDIR%%/database/utilities.html >X%%PORTDOCS%%%%DOCSDIR%%/general/alternative_php.html >X%%PORTDOCS%%%%DOCSDIR%%/general/ancillary_classes.html >X%%PORTDOCS%%%%DOCSDIR%%/general/autoloader.html >X%%PORTDOCS%%%%DOCSDIR%%/general/caching.html >X%%PORTDOCS%%%%DOCSDIR%%/general/controllers.html >X%%PORTDOCS%%%%DOCSDIR%%/general/core_classes.html >X%%PORTDOCS%%%%DOCSDIR%%/general/creating_libraries.html >X%%PORTDOCS%%%%DOCSDIR%%/general/credits.html >X%%PORTDOCS%%%%DOCSDIR%%/general/errors.html >X%%PORTDOCS%%%%DOCSDIR%%/general/helpers.html >X%%PORTDOCS%%%%DOCSDIR%%/general/hooks.html >X%%PORTDOCS%%%%DOCSDIR%%/general/index.html >X%%PORTDOCS%%%%DOCSDIR%%/general/libraries.html >X%%PORTDOCS%%%%DOCSDIR%%/general/managing_apps.html >X%%PORTDOCS%%%%DOCSDIR%%/general/models.html >X%%PORTDOCS%%%%DOCSDIR%%/general/plugins.html >X%%PORTDOCS%%%%DOCSDIR%%/general/profiling.html >X%%PORTDOCS%%%%DOCSDIR%%/general/quick_reference.html >X%%PORTDOCS%%%%DOCSDIR%%/general/requirements.html >X%%PORTDOCS%%%%DOCSDIR%%/general/routing.html >X%%PORTDOCS%%%%DOCSDIR%%/general/scaffolding.html >X%%PORTDOCS%%%%DOCSDIR%%/general/security.html >X%%PORTDOCS%%%%DOCSDIR%%/general/urls.html >X%%PORTDOCS%%%%DOCSDIR%%/general/views.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/array_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/cookie_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/date_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/directory_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/download_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/file_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/form_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/html_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/index.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/inflector_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/security_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/smiley_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/string_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/text_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/typography_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/url_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/helpers/xml_helper.html >X%%PORTDOCS%%%%DOCSDIR%%/images/appflowchart.gif >X%%PORTDOCS%%%%DOCSDIR%%/images/arrow.gif >X%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo.jpg >X%%PORTDOCS%%%%DOCSDIR%%/images/ci_logo_flame.jpg >X%%PORTDOCS%%%%DOCSDIR%%/images/ci_quick_ref.png >X%%PORTDOCS%%%%DOCSDIR%%/images/file.gif >X%%PORTDOCS%%%%DOCSDIR%%/images/folder.gif >X%%PORTDOCS%%%%DOCSDIR%%/images/nav_bg.jpg >X%%PORTDOCS%%%%DOCSDIR%%/images/nav_separator.jpg >X%%PORTDOCS%%%%DOCSDIR%%/images/nav_toggle.jpg >X%%PORTDOCS%%%%DOCSDIR%%/images/smile.gif >X%%PORTDOCS%%%%DOCSDIR%%/images/transparent.gif >X%%PORTDOCS%%%%DOCSDIR%%/index.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/downloads.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/index.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/troubleshooting.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_120.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_130.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_131.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_132.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_133.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_140.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_141.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_150.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_152.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_153.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_154.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_b11.html >X%%PORTDOCS%%%%DOCSDIR%%/installation/upgrading.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/benchmark.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/calendar.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/config.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/email.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/encryption.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/file_uploading.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/ftp.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/image_lib.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/input.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/language.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/loader.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/output.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/pagination.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/parser.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/sessions.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/table.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/trackback.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/unit_testing.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/uri.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/user_agent.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/validation.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/xmlrpc.html >X%%PORTDOCS%%%%DOCSDIR%%/libraries/zip.html >X%%PORTDOCS%%%%DOCSDIR%%/license.html >X%%PORTDOCS%%%%DOCSDIR%%/nav/hacks.txt >X%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.js >X%%PORTDOCS%%%%DOCSDIR%%/nav/moo.fx.pack.js >X%%PORTDOCS%%%%DOCSDIR%%/nav/nav.js >X%%PORTDOCS%%%%DOCSDIR%%/nav/prototype.lite.js >X%%PORTDOCS%%%%DOCSDIR%%/overview/appflow.html >X%%PORTDOCS%%%%DOCSDIR%%/overview/at_a_glance.html >X%%PORTDOCS%%%%DOCSDIR%%/overview/features.html >X%%PORTDOCS%%%%DOCSDIR%%/overview/goals.html >X%%PORTDOCS%%%%DOCSDIR%%/overview/index.html >X%%PORTDOCS%%%%DOCSDIR%%/overview/mvc.html >X%%PORTDOCS%%%%DOCSDIR%%/toc.html >X%%PORTDOCS%%%%DOCSDIR%%/userguide.css >X%%WWWDIR%%/index.php >X%%WWWDIR%%/system/application/config/autoload.php >X%%WWWDIR%%/system/application/config/config.php >X%%WWWDIR%%/system/application/config/database.php >X%%WWWDIR%%/system/application/config/hooks.php >X%%WWWDIR%%/system/application/config/index.html >X%%WWWDIR%%/system/application/config/mimes.php >X%%WWWDIR%%/system/application/config/routes.php >X%%WWWDIR%%/system/application/config/smileys.php >X%%WWWDIR%%/system/application/config/user_agents.php >X%%WWWDIR%%/system/application/controllers/index.html >X%%WWWDIR%%/system/application/controllers/welcome.php >X%%WWWDIR%%/system/application/errors/error_404.php >X%%WWWDIR%%/system/application/errors/error_db.php >X%%WWWDIR%%/system/application/errors/error_general.php >X%%WWWDIR%%/system/application/errors/error_php.php >X%%WWWDIR%%/system/application/errors/index.html >X%%WWWDIR%%/system/application/hooks/index.html >X%%WWWDIR%%/system/application/index.html >X%%WWWDIR%%/system/application/libraries/index.html >X%%WWWDIR%%/system/application/models/index.html >X%%WWWDIR%%/system/application/views/index.html >X%%WWWDIR%%/system/application/views/welcome_message.php >X%%WWWDIR%%/system/cache/index.html >X%%WWWDIR%%/system/codeigniter/Base4.php >X%%WWWDIR%%/system/codeigniter/Base5.php >X%%WWWDIR%%/system/codeigniter/CodeIgniter.php >X%%WWWDIR%%/system/codeigniter/Common.php >X%%WWWDIR%%/system/codeigniter/index.html >X%%WWWDIR%%/system/database/DB.php >X%%WWWDIR%%/system/database/DB_active_rec.php >X%%WWWDIR%%/system/database/DB_cache.php >X%%WWWDIR%%/system/database/DB_driver.php >X%%WWWDIR%%/system/database/DB_result.php >X%%WWWDIR%%/system/database/DB_utility.php >X%%WWWDIR%%/system/database/drivers/index.html >X%%WWWDIR%%/system/database/drivers/mssql/index.html >X%%WWWDIR%%/system/database/drivers/mssql/mssql_driver.php >X%%WWWDIR%%/system/database/drivers/mssql/mssql_result.php >X%%WWWDIR%%/system/database/drivers/mssql/mssql_utility.php >X%%WWWDIR%%/system/database/drivers/mysql/index.html >X%%WWWDIR%%/system/database/drivers/mysql/mysql_driver.php >X%%WWWDIR%%/system/database/drivers/mysql/mysql_result.php >X%%WWWDIR%%/system/database/drivers/mysql/mysql_utility.php >X%%WWWDIR%%/system/database/drivers/mysqli/index.html >X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_driver.php >X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_result.php >X%%WWWDIR%%/system/database/drivers/mysqli/mysqli_utility.php >X%%WWWDIR%%/system/database/drivers/oci8/index.html >X%%WWWDIR%%/system/database/drivers/oci8/oci8_driver.php >X%%WWWDIR%%/system/database/drivers/oci8/oci8_result.php >X%%WWWDIR%%/system/database/drivers/oci8/oci8_utility.php >X%%WWWDIR%%/system/database/drivers/odbc/index.html >X%%WWWDIR%%/system/database/drivers/odbc/odbc_driver.php >X%%WWWDIR%%/system/database/drivers/odbc/odbc_result.php >X%%WWWDIR%%/system/database/drivers/odbc/odbc_utility.php >X%%WWWDIR%%/system/database/drivers/postgre/index.html >X%%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php >X%%WWWDIR%%/system/database/drivers/postgre/postgre_result.php >X%%WWWDIR%%/system/database/drivers/postgre/postgre_utility.php >X%%WWWDIR%%/system/database/drivers/sqlite/index.html >X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_driver.php >X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_result.php >X%%WWWDIR%%/system/database/drivers/sqlite/sqlite_utility.php >X%%WWWDIR%%/system/database/index.html >X%%WWWDIR%%/system/fonts/index.html >X%%WWWDIR%%/system/fonts/texb.ttf >X%%WWWDIR%%/system/helpers/array_helper.php >X%%WWWDIR%%/system/helpers/cookie_helper.php >X%%WWWDIR%%/system/helpers/date_helper.php >X%%WWWDIR%%/system/helpers/directory_helper.php >X%%WWWDIR%%/system/helpers/download_helper.php >X%%WWWDIR%%/system/helpers/file_helper.php >X%%WWWDIR%%/system/helpers/form_helper.php >X%%WWWDIR%%/system/helpers/html_helper.php >X%%WWWDIR%%/system/helpers/index.html >X%%WWWDIR%%/system/helpers/inflector_helper.php >X%%WWWDIR%%/system/helpers/security_helper.php >X%%WWWDIR%%/system/helpers/smiley_helper.php >X%%WWWDIR%%/system/helpers/string_helper.php >X%%WWWDIR%%/system/helpers/text_helper.php >X%%WWWDIR%%/system/helpers/typography_helper.php >X%%WWWDIR%%/system/helpers/url_helper.php >X%%WWWDIR%%/system/helpers/xml_helper.php >X%%WWWDIR%%/system/language/english/calendar_lang.php >X%%WWWDIR%%/system/language/english/date_lang.php >X%%WWWDIR%%/system/language/english/db_lang.php >X%%WWWDIR%%/system/language/english/email_lang.php >X%%WWWDIR%%/system/language/english/ftp_lang.php >X%%WWWDIR%%/system/language/english/imglib_lang.php >X%%WWWDIR%%/system/language/english/index.html >X%%WWWDIR%%/system/language/english/profiler_lang.php >X%%WWWDIR%%/system/language/english/scaffolding_lang.php >X%%WWWDIR%%/system/language/english/unit_test_lang.php >X%%WWWDIR%%/system/language/english/upload_lang.php >X%%WWWDIR%%/system/language/english/validation_lang.php >X%%WWWDIR%%/system/language/index.html >X%%WWWDIR%%/system/libraries/Benchmark.php >X%%WWWDIR%%/system/libraries/Calendar.php >X%%WWWDIR%%/system/libraries/Config.php >X%%WWWDIR%%/system/libraries/Controller.php >X%%WWWDIR%%/system/libraries/Email.php >X%%WWWDIR%%/system/libraries/Encrypt.php >X%%WWWDIR%%/system/libraries/Exceptions.php >X%%WWWDIR%%/system/libraries/Ftp.php >X%%WWWDIR%%/system/libraries/Hooks.php >X%%WWWDIR%%/system/libraries/Image_lib.php >X%%WWWDIR%%/system/libraries/Input.php >X%%WWWDIR%%/system/libraries/Language.php >X%%WWWDIR%%/system/libraries/Loader.php >X%%WWWDIR%%/system/libraries/Log.php >X%%WWWDIR%%/system/libraries/Model.php >X%%WWWDIR%%/system/libraries/Output.php >X%%WWWDIR%%/system/libraries/Pagination.php >X%%WWWDIR%%/system/libraries/Parser.php >X%%WWWDIR%%/system/libraries/Profiler.php >X%%WWWDIR%%/system/libraries/Router.php >X%%WWWDIR%%/system/libraries/Session.php >X%%WWWDIR%%/system/libraries/Sha1.php >X%%WWWDIR%%/system/libraries/Table.php >X%%WWWDIR%%/system/libraries/Trackback.php >X%%WWWDIR%%/system/libraries/URI.php >X%%WWWDIR%%/system/libraries/Unit_test.php >X%%WWWDIR%%/system/libraries/Upload.php >X%%WWWDIR%%/system/libraries/User_agent.php >X%%WWWDIR%%/system/libraries/Validation.php >X%%WWWDIR%%/system/libraries/Xmlrpc.php >X%%WWWDIR%%/system/libraries/Xmlrpcs.php >X%%WWWDIR%%/system/libraries/Zip.php >X%%WWWDIR%%/system/libraries/index.html >X%%WWWDIR%%/system/logs/index.html >X%%WWWDIR%%/system/plugins/captcha_pi.php >X%%WWWDIR%%/system/plugins/index.html >X%%WWWDIR%%/system/plugins/js_calendar_pi.php >X%%WWWDIR%%/system/scaffolding/Scaffolding.php >X%%WWWDIR%%/system/scaffolding/images/background.jpg >X%%WWWDIR%%/system/scaffolding/images/index.html >X%%WWWDIR%%/system/scaffolding/images/logo.jpg >X%%WWWDIR%%/system/scaffolding/index.html >X%%WWWDIR%%/system/scaffolding/views/add.php >X%%WWWDIR%%/system/scaffolding/views/delete.php >X%%WWWDIR%%/system/scaffolding/views/edit.php >X%%WWWDIR%%/system/scaffolding/views/footer.php >X%%WWWDIR%%/system/scaffolding/views/header.php >X%%WWWDIR%%/system/scaffolding/views/index.html >X%%WWWDIR%%/system/scaffolding/views/no_data.php >X%%WWWDIR%%/system/scaffolding/views/stylesheet.css >X%%WWWDIR%%/system/scaffolding/views/view.php >X@dirrm %%WWWDIR%%/system/scaffolding/views >X@dirrm %%WWWDIR%%/system/scaffolding/images >X@dirrm %%WWWDIR%%/system/scaffolding >X@dirrm %%WWWDIR%%/system/plugins >X@dirrm %%WWWDIR%%/system/logs >X@dirrm %%WWWDIR%%/system/libraries >X@dirrm %%WWWDIR%%/system/language/english >X@dirrm %%WWWDIR%%/system/language >X@dirrm %%WWWDIR%%/system/helpers >X@dirrm %%WWWDIR%%/system/fonts >X@dirrm %%WWWDIR%%/system/database/drivers/sqlite >X@dirrm %%WWWDIR%%/system/database/drivers/postgre >X@dirrm %%WWWDIR%%/system/database/drivers/odbc >X@dirrm %%WWWDIR%%/system/database/drivers/oci8 >X@dirrm %%WWWDIR%%/system/database/drivers/mysqli >X@dirrm %%WWWDIR%%/system/database/drivers/mysql >X@dirrm %%WWWDIR%%/system/database/drivers/mssql >X@dirrm %%WWWDIR%%/system/database/drivers >X@dirrm %%WWWDIR%%/system/database >X@dirrm %%WWWDIR%%/system/codeigniter >X@dirrm %%WWWDIR%%/system/cache >X@dirrm %%WWWDIR%%/system/application/views >X@dirrm %%WWWDIR%%/system/application/models >X@dirrm %%WWWDIR%%/system/application/libraries >X@dirrm %%WWWDIR%%/system/application/hooks >X@dirrm %%WWWDIR%%/system/application/errors >X@dirrm %%WWWDIR%%/system/application/controllers >X@dirrm %%WWWDIR%%/system/application/config >X@dirrm %%WWWDIR%%/system/application >X@dirrm %%WWWDIR%%/system >X@dirrm %%WWWDIR%% >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/overview >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/nav >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/libraries >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/installation >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/images >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/helpers >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/general >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/database >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >END-of-codeigniter/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 119347
: 83563